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 boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-04 04:22 -------
(In reply to comment #18)
> Is this a glibc bug on the target or the host machine?  I believe my host would
> have a very recent glibc, my target has an ancient glibc but I compiled my
> HelloWorld.java as a staticly linked application thus I wouldn't expect it to
> have any dependencies on the target.  ?

You are running your program on the target right?  Then it is a bug on the target.  The dynamic loader 
still is invoked because well libjava still invokes it.

-- 


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


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