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] | |
I built the last snapshot (gcc version 3.1.1 20020603 (prerelease)) from source, to have debugging symbols and a known source tree. The same SEGV occurs, inside the GC, but interestingly at a different entry point from my program. One thing that looks suspicious in the stack trace is the call to _Jv_AllocBytes(int) with parameter (size=0).Is this from a clean build of the gcc 3.1 release tree? It would would be nice to understand exactly where and why _Jv_MarkObj is failing.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |