This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170031

Summary: Use of embedded browser crashes JVM on "older" linux distros
Product: platform Reporter: mgoe <mgoe>
Component: Embedded BrowserAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WONTFIX    
Severity: blocker CC: pjiricka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description mgoe 2009-08-07 10:17:16 UTC
On "older" linux distros (e.g. Red Hat Enterprise Linux Client release 5.3) trying to use the new embedded web browser 
crashes the JVM with the following error message:

.../bin/java: symbol lookup error: /usr/local/java/netbeans-6.8-m1/extra/modules/lib/native/linux/xulrunner/libxul.so: 
undefined symbol: g_once_init_enter_impl

I think the problem is that the libxul.so is linked against a quite new glibc. Older glibc versions do not provide the 
symbol g_once_init_enter_impl. While searching for a workaround I found the following bugreport which might help you 
to resolve the issue: http://bugzilla.songbirdnest.com/show_bug.cgi?id=10295

Best regards,
Martin Goettlicher

PS: Sorry for using the component extbrowser for this bug, but I could not find a suitable component.
Comment 1 Stanislav Aubrecht 2009-08-25 09:03:08 UTC
will be addressed post 6.8 release