This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
The problem was that the callback was called from within Win32 OS/system-lib code that of course didn't have any EH frame information causing the libgcc unwinder to abort the program.
The fix probably would have been to write a (perhaps complicated) MD_FALLBACK_FRAME_STATE_FOR for this and other such scenarios.
The problematic code idiom seems to be common for Win32 GUI programs in C++, making DW2 useless for MinGW for the time being.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |