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]

Re: SEGV


On Sat, Sep 22, 2001 at 08:14:52AM +0200, Johannes Zellner wrote:
> On Fri, Sep 21, 2001 at 02:44:12PM -0700, Boehm, Hans wrote:
> > This definitely looks like an initialization problem.
> > 
> > Which platform is this on?  How are you linking?  I assume this is the CVS
> > trunk?
> 
> yes, sure. Hmm. Maybe this is a problem of using gcc-3.0.2 (as from
> debian) with my self compiled libgcj / libgcjgc from CVS ?

now I compiled and installed the latest gcc from CVS and I still get
(when statically linking)

(gdb) run
Starting program: /home/joze/test

Program received signal SIGSEGV, Segmentation fault.
0x08101abf in GC_exclude_static_roots ()
(gdb) where
#0  0x08101abf in GC_exclude_static_roots ()
#1  0x0810267e in GC_init_inner ()
#2  0x08102e68 in GC_init ()
#3  0x080fc9df in GC_init_gcj_malloc ()
#4  0x08096c3e in _Jv_InitGC() ()
#5  0x080648fc in _Jv_RegisterClasses ()
#6  0x0804a379 in frame_dummy ()
#7  0x08049b15 in _init ()
#8  0x40052621 in __libc_start_main () from /lib/libc.so.6
(gdb)

-- 
   Johannes


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