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/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector



------- Comment #24 from cagney at redhat dot com  2006-01-09 18:21 -------
(In reply to comment #20)

> but it doesn't seem like a good idea in general.  This LD_PRELOAD hack seems to
> make every child of /usr/bin/java load libgcj.so.7 and so potentially breaks
> all  manner of things.  
> 

s/seems to make/always makes/ :-) Sub-processes inherit that environmnent
variable and so will always attempt the pre-load.  Been there, rat hole.


-- 


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



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