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 - Use of embedded browser crashes JVM on "older" linux distros
Summary: Use of embedded browser crashes JVM on "older" linux distros
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker with 3 votes (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 10:17 UTC by mgoe
Modified: 2009-08-25 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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