This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

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


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]