Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] What is the highest revison of firefox swt browser suports


Hi,

On Solaris 10 it works with the mozilla-based browser that ships with the OS, but is known to have problems with recent Firefox releases.  There's a bug for this, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=288361 .

Grant




jmandawg <jmandawg@xxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

06/04/2011 11:48 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] What is the highest revison of firefox swt        browser suports





Hi all,
 
Sorry if this has been asked before, but what is the highest version of firefox with linkable Gecko libraries that swt browser component supports.  I was able to get it working with firefox 3.0.19, but I can’t get it to work with 3.5.x or 3.6.x.  I’m afraid to even try with firefox 4.0.
 
There seems to be a buffer overflow error.  This is the error I get when running 3.5.x or 3.6.x:
 
Could not instantiate Browser: No more handles [MOZILLA_FIVE_HOME='/Desktop/firefox3.5/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
        /.swt/lib/solaris/x86/libswt-mozilla-gtk-3724.so: ld.so.1: internal: message buffer overflow
        no swt-mozilla-gtk in java.library.path
        /.swt/lib/solaris/x86/libswt-mozilla-gtk-3724.so: ld.so.1: internal: message buffer overflow
        Can't load library: /.swt/lib/solaris/x86/libswt-mozilla-gtk.so
)
 
I’m running solaris 10u8 and tried swt 3.6.2 and swt 3.7M6.
 
Any help is appreciated.
 
Thanks,
 
j
 
 
 _______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top