Nice idea, David but no luck for me.

I start Eclipse with:
    GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc
./adt-bundle-linux-x86_64-20131030/eclipse/eclipse -data .

and do Ctrl-F, and click on Find, Find, Close. Eclipse aborts at
g_object_get_qdata+0x18

I restart Eclipse, find the PID, and do:
    $  taskset -p 0x00000001 32060
    pid 32060's current affinity mask: f
    pid 32060's new affinity mask: 1
so, it appears to have worked. I execute the same sequence and Eclipse
aborts  at g_object_get_qdata+0x18. Also note:
    # An error report file with more information is saved as:
    # /home/derek/.../hs_err_pid32060.log
so I had the right PID.



On Thu, Apr 10, 2014 at 10:28 PM, David Matějček <1241...@bugs.launchpad.net
> wrote:

> I use Eclipse Kepler 4.3.2 and this bug occurs more often then ever before!
> Eclipse also is not the only application crashing with this bug - today I
> have seen bugreport also for Gimp.
>
> Workaround:
> 1) Start the Eclipse
> 2) find pid of the process
> 3) taskset -p 0x00000001 <pid>
>
> The problem is something like with volatile and synchronized; with this I
> used two Eclipse instances for 12 hours without a crash!
> After restart I forgot to set it again and Eclipse crashed after 5 minutes
> ...
>
> Now again with taskset after 2 hours no problem.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1241101
>
> Title:
>   Java crash in libglib-2.0 after upgrade from 13.04 to 13.10
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/eclipse/+bug/1241101/+subscriptions
>


-- 
derek

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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

Reply via email to