*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@983 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
78736752d8
commit
ed2d06d48c
8 changed files with 256 additions and 47 deletions
|
|
@ -2,14 +2,18 @@
|
|||
|
||||
load ./debug.so
|
||||
|
||||
message .t -text "This program tests various program faults. Note: Not all of these errors can be gracefully handled."
|
||||
|
||||
button .b1 -text "Segmentation fault" -command "seg_crash"
|
||||
button .b2 -text "Bus error" -command "bus_crash"
|
||||
button .b2 -text "Bus error (not on Linux)" -command "bus_crash"
|
||||
button .b3 -text "Abort" -command "abort_crash -1"
|
||||
button .b4 -text "Math" -command "math_crash 3 0"
|
||||
button .b5 -text "Blow Heap" -command "blowheap_crash"
|
||||
button .b6 -text "Buffer overflow" -command "overflow_crash"
|
||||
button .q -text "Quit" -command "exit"
|
||||
|
||||
pack .t -fill x
|
||||
|
||||
pack .b1 -fill x
|
||||
pack .b2 -fill x
|
||||
pack .b3 -fill x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue