Added external crash handler

This commit is contained in:
Sanel Zukan
2008-01-05 13:23:04 +00:00
parent d7db3f0d0f
commit 3326269e36
8 changed files with 952 additions and 0 deletions

28
ecrasher/fl/crash.fl Normal file
View File

@@ -0,0 +1,28 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
Fl_Window {} {open
xywh {354 160 380 130} type Double visible
} {
Fl_Box {} {
image {../icons/core.xpm} xywh {10 10 70 75} labelsize 14
}
Fl_Box {} {
label {Program foo just crashed !!!
You can inspect details about this crash by clicking on 'Show details' below} selected
xywh {85 10 285 75} align 148
}
Fl_Button {} {
label {&Close}
xywh {280 95 90 25}
}
Fl_Button {} {
label {@> Show details}
xywh {10 95 265 25} box FLAT_BOX align 20
}
}
}

View File

@@ -0,0 +1,35 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open selected
} {
Fl_Window {} {open
xywh {354 160 380 340} type Double visible
} {
Fl_Box {} {
image {../icons/core.xpm} xywh {10 10 70 75} labelsize 14
}
Fl_Box {} {
label {Program foo just crashed !!!
You can inspect details about this crash by clicking on 'Show details' below}
xywh {85 10 285 75} align 148
}
Fl_Button {} {
label {&Close}
xywh {280 95 90 25}
}
Fl_Button {} {
label {@< Hide details}
xywh {10 95 265 25} box FLAT_BOX align 20
}
Fl_Text_Display {} {
xywh {10 130 360 165} labelsize 14 textsize 14
}
Fl_Button {} {
label {&Save As...}
xywh {280 305 90 25}
}
}
}