[Bug libgcj/12708] SIGSEGV, Segmentation fault starting java program

bryce at mckinlay dot net dot nz gcc-bugzilla@gcc.gnu.org
Tue Oct 21 22:38:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12708



------- Additional Comments From bryce at mckinlay dot net dot nz  2003-10-21 22:38 -------
This looks like a runtime initialization problem. Class.forName(), and subsequently, VMClassLoader 
is being called from inside _Jv_CreateJavaVM, but the File.separator field has not yet been set.

1. Does a "hello world" program work ok? 

2. Can you try this with the current CVS code?

3. Can you narrow this problem down to a small test case?



More information about the Gcc-bugs mailing list