[Bug 1234253] Re: Netbeans crashes with JDK8

2014-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glibc (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/1234253

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-12-12 Thread gerard ziemski
After obtaining eglibc-2.17

svn co svn://svn.eglibc.org/branches/eglibc-2_17 eglibc-2.17

modifying it to show who calls pthread_key_create with non NULL
destructor, building it and using it to run the example we get:

 pthread_key_create pthread: 0x7f0378fdc700, destr: 0x7f034d4ab320
Obtained 20 stack frames.
/home/gerard/Desktop/work/eglibc-2.17/build/nptl/libpthread.so.0(+0xceaa) 
[0x7f03c3c81eaa]
/home/gerard/Desktop/work/eglibc-2.17/build/nptl/libpthread.so.0(__pthread_key_create+0x47)
 [0x7f03c3c81f47]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x88301) [0x7f034d4d0301]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_private_get+0x9) [0x7f034d4d0749]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_slice_alloc+0x1d) [0x7f034d4ab94d]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_hash_table_new_full+0x1e) 
[0x7f034d47fc6e]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_quark_from_static_string+0x105) 
[0x7f034d49fbc5]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0xb37c) [0x7f034d75437c]
/lib64/ld-linux-x86-64.so.2(+0xf856) [0x7f03c468a856]
/lib64/ld-linux-x86-64.so.2(+0xf910) [0x7f03c468a910]
/lib64/ld-linux-x86-64.so.2(+0x13fdf) [0x7f03c468efdf]
/lib64/ld-linux-x86-64.so.2(+0xf6e6) [0x7f03c468a6e6]
/lib64/ld-linux-x86-64.so.2(+0x13809) [0x7f03c468e809]
/lib/x86_64-linux-gnu/libdl.so.2(+0x1026) [0x7f03c3e93026]
/lib64/ld-linux-x86-64.so.2(+0xf6e6) [0x7f03c468a6e6]
/lib/x86_64-linux-gnu/libdl.so.2(+0x163c) [0x7f03c3e9363c]
/lib/x86_64-linux-gnu/libdl.so.2(dlopen+0x31) [0x7f03c3e930c1]
/home/gerard/Desktop/work/jdks/jdk8/build/linux-x86_64-normal-server-slowdebug/jdk/lib/amd64/libawt_xawt.so(+0x4dd89)
 [0x7f03a4c1dd89]
/home/gerard/Desktop/work/jdks/jdk8/build/linux-x86_64-normal-server-slowdebug/jdk/lib/amd64/libawt_xawt.so(Java_sun_awt_UNIXToolkit_check_1gtk+0x1a)
 [0x7f03a4c1912b]
[0x7f03ad0298dc]
 pthread_key_t: 2

then later when thread 0x7f0378fdc700 goes away:

 __nptl_deallocate_tsd
 pthread: 0x7f0378fdc700
 HERE1
 data: 0x7f0358c0
 __pthread_keys[idx].destr: 0x7f03c3e932c0
 HERE2
 HERE1
 data: 0x7f03500f5700
 __pthread_keys[idx].destr: 0x7f034d4ab320

which ends in a crash:

# SIGSEGV (0xb) at pc=0x7f034d4ab320, pid=24055, tid=139652891526912
(0x7F0378FDC700)

We clearly show that the destructor that crashes (i.e. 0x7f034d4ab320)
is not created by us, but by Ubuntu itself (ie.
g_quark_from_static_string), so this proves it's not Java, but Ubuntu
itself who seems responsible.

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-12-02 Thread gerard ziemski
** Package changed: ubuntu = glibc (Ubuntu)

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-12-02 Thread gerard ziemski
Thread 22 (Thread 0x7fffa87ff700 (LWP 7003)):
#0 0x7fff8891f320 in ?? ()
#1 0x77bc4d72 in __nptl_deallocate_tsd () at pthread_create.c:157
#2 0x77bc4f7c in start_thread (arg=0x7fffa87ff700) at 
pthread_create.c:318
#3 0x774d49cd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-12-02 Thread gerard ziemski
ibpthread.so exists at: /lib/x86_64-linux-gnu/libpthread-2.17.so
debug libpthread.so exists at: 
/usr/lib/debug/lib/x86_64-linux-gnu/libpthread-2.17.so

According to http://packages.ubuntu.com/saucy/i386/libc6-amd64/filelist
libpthread is part of libc6 (ie.
[http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.17.orig.tar.xz])

The file pthread_create.c:157 shows:

156: /* Call the user-provided destructor. */
157: __pthread_keys[idx].destr (data);

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-11-25 Thread gerard ziemski
I've tried the workarounds from
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1241101 and
unfortunately none of them help. This one seems to be a different issue.

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-11-19 Thread Quinn Balazs
Bug #1241101 may or may not be relevant here. If it is, the JDK isn't at
fault, it seems to be more of a GTK+ Unity Global Menu issue.

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-31 Thread gerard ziemski
I'm re-opening this issue as it still exists in the latest 13.10 with
the latest NetBeans 7.4 (final) - it crashes about 50% of the time.

** Changed in: ubuntu
   Status: Fix Released = New

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-31 Thread gerard ziemski
A workaround is to change CPU affinity to something low, like 1:

taskset 0x1 ~/Desktop/work/netbeans-7.4/bin/netbeans --jdkhome
~/Desktop/work/jdk1.8.0/ -J-showversion -J-Xcheck:jni -J-Xint

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-07 Thread Brian Murray
** Changed in: ubuntu
   Status: New = Fix Released

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-02 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1234253/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-02 Thread Brian Murray
** Tags added: raring

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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


[Bug 1234253] Re: Netbeans crashes with JDK8

2013-10-02 Thread gerard ziemski
It seems that the issue was resolved in Ubuntu 13.10 Beta 2 available
from http://releases.ubuntu.com/saucy/

This issue can be now closed.

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

Title:
  Netbeans crashes with JDK8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1234253/+subscriptions

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