[Bug 1250550] Re: Java plugin crash

2013-12-26 Thread erny
I just tested it yesterday, but in Ubuntu 12.04 with security and
updates repos enabled, the installed version:

31.0.1650.63 Ubuntu 12.04 (31.0.1650.63-0ubuntu0.12.04.1~20131204.1)

it still appends.

The good news is that I found a quick hack to make it work:

sudo su
apt-get install bbe
cp -a /usr/lib/chromium-browser /usr/lib/chromium-browser.bak
cd /usr/lib/chromium-browser
for f in `rgrep -l libnet .`
do
  bbe -e 's/libnet/libxet/' $f > $f.new
  mv -f $f.new $f
done
mv libs/libnet.so libs/libxet.so
mv libs/libnet_with_v8.so libs/libxet_with_v8.so
chmod +x chromium-browser


You can check that all dependencies are fullfilled:
ldd chromium-browser

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-25 Thread ViBE
since v31.x.x.x the problem just disappeared for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-25 Thread erny
Just a question about Ubuntu repos / packages. It seems that "precise"
and "precise-updates" do have the exact same package, but the normal
"precise" repo does not contain "libnet.so" (i.e. it seems to be
statically linked) and the "precise-updates" repo has the a version with
dynamic libs:

http://packages.ubuntu.com/precise/amd64/chromium-browser/filelist

vs

http://packages.ubuntu.com/precise-updates/amd64/chromium-
browser/filelist

Thx.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-25 Thread erny
What alternatives do we have to avoid the crash?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-04 Thread erny
Is there a way to rename libnet.so to something different?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-04 Thread Chad Miller
chromium-browser package has a libs dir because Chromium link stage grew
past 2**32 bits of memory space, and so linking has to be deferred to
runtime.


** Bug watch added: code.google.com/p/chromium/issues #308581
   http://code.google.com/p/chromium/issues/detail?id=308581

** Also affects: chromium-browser via
   http://code.google.com/p/chromium/issues/detail?id=308581
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-12-03 Thread captainiglu
Same problem here with Chromium 30.0.1599.114 Ubuntu 12.04:
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:487)
at sun.nio.ch.IOUtil.(IOUtil.java:351)
at sun.nio.ch.Util.(Util.java:48)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1171)
at java.io.FileInputStream.getChannel(FileInputStream.java:398)
at com.sun.deploy.util.SyncFileAccess.openLockFileObject(Unknown Source)
at com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(Unknown 
Source)
at com.sun.deploy.config.ClientConfig.loadPropertiesFile(Unknown Source)
at com.sun.deploy.config.ClientConfig.refreshProperties(Unknown Source)
at com.sun.deploy.config.ClientConfig.init(Unknown Source)
at com.sun.deploy.config.ClientConfig.(Unknown Source)
at com.sun.deploy.config.PluginServerConfig.(Unknown Source)
at sun.plugin2.main.server.JVMManager.(Unknown Source)
at sun.plugin2.main.server.JVMManager.getManager(Unknown Source)
at sun.plugin2.main.server.MozillaPlugin.maybeStartApplet(Unknown 
Source)
at sun.plugin2.main.server.MozillaPlugin.setWindow(Unknown Source)

Java plugin has no problem with Mozilla Firefox 25.0.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-11-19 Thread erny
Any news on this?

Could anyone of the packagers tell us why Chromium 30 as a libs
directory with dynamic libraries, but Chromium 29 hasn't ?

Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-11-12 Thread Monkey
-Ubuntu 13.04 (Upgraded over time from 12.04 x64)
-Chromium Version 30.0.1599.114 Ubuntu 13.04 (30.0.1599.114-0ubuntu0.13.04.2)

I could use Java in Chromium 29 just fine. After upgrading to 30, it
doesn't work. It does work in Firefox just fine. Every time I try to use
Java, I get the following:

Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:487)
at sun.nio.ch.IOUtil.(IOUtil.java:351)
at sun.nio.ch.Util.(Util.java:48)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1171)
at java.io.FileInputStream.getChannel(FileInputStream.java:398)
at com.sun.deploy.util.SyncFileAccess.openLockFileObject(Unknown Source)
at com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(Unknown 
Source)
at com.sun.deploy.config.ClientConfig.loadPropertiesFile(Unknown Source)
at com.sun.deploy.config.ClientConfig.refreshProperties(Unknown Source)
at com.sun.deploy.config.ClientConfig.init(Unknown Source)
at com.sun.deploy.config.ClientConfig.(Unknown Source)
at com.sun.deploy.config.PluginServerConfig.(Unknown Source)
at sun.plugin2.main.server.JVMManager.(Unknown Source)
at sun.plugin2.main.server.JVMManager.getManager(Unknown Source)
at sun.plugin2.main.server.MozillaPlugin.maybeStartApplet(Unknown 
Source)
at sun.plugin2.main.server.MozillaPlugin.setWindow(Unknown Source)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1250550] Re: Java plugin crash

2013-11-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs