Thread: [Swingosc-devel] swingosc crash vs openjdk, ubuntu 10.04
Brought to you by:
sciss
|
From: James H. <jam...@gm...> - 2010-08-15 17:01:36
Attachments:
hs_err_pid1998.log
|
Just wondering if anyone else has seen this. Is it an openjdk thing, or ubuntu? a JSCWindow # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fbbfb4ba9c7, pid=1998, tid=140444090353424 # # JRE version: 6.0_18-b18 # Java VM: OpenJDK 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 ) # Derivative: IcedTea6 1.8 # Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8-4ubuntu3 # Problematic frame: # V [libjvm.so+0x6ce9c7] # # An error report file with more information is saved as: # /home/dlm/share/SuperCollider/scd/kc.git/trunk/hs_err_pid1998.log # # If you would like to submit a bug report, please include # instructions how to reproduce the bug and visit: # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/ # Aborted RESULT = 134 Thanks. James -- James Harkins /// dewdrop world jam...@de... http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/audio more audio: http://soundcloud.com/dewdrop_world/tracks |
|
From: Sciss <co...@sc...> - 2010-08-16 12:20:35
|
p.s. https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/398280 this could be the same. reply #8 suggests that changing from Gtk to another look-and-feel solves the problem. in the meantime i saw that since october last year, nimbus should be included in openJDK 6. best, -sciss- Am 16.08.2010 um 13:05 schrieb Sciss: > hi, > > as i'm not on linux, i haven't seen this. but from the log i would suspect two things: > > - it seems it occurred with setFont, so maybe there was a problem with a particular font? > try using another font, maybe setting JFont.default to something different... > - you are using GtkLookAndFeel which back in the past had a few issues as i remember. > i would try to use another one, even if you get other skinning. i'm not sure Nimbus is > is in OpenJDK 6, i know it's in Sun/Oracle's JDK 6u10... but you could try, it looks very > good: javax.swing.plaf.nimbus.NimbusLookAndFeel > > if not, try at least with metal : javax.swing.plaf.metal.MetalLookAndFeel > > best, -sciss- > > > Am 15.08.2010 um 18:01 schrieb James Harkins: > >> Just wondering if anyone else has seen this. Is it an openjdk thing, or ubuntu? >> >> a JSCWindow >> # >> # A fatal error has been detected by the Java Runtime Environment: >> # >> # SIGSEGV (0xb) at pc=0x00007fbbfb4ba9c7, pid=1998, tid=140444090353424 >> # >> # JRE version: 6.0_18-b18 >> # Java VM: OpenJDK 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 ) >> # Derivative: IcedTea6 1.8 >> # Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8-4ubuntu3 >> # Problematic frame: >> # V [libjvm.so+0x6ce9c7] >> # >> # An error report file with more information is saved as: >> # /home/dlm/share/SuperCollider/scd/kc.git/trunk/hs_err_pid1998.log >> # >> # If you would like to submit a bug report, please include >> # instructions how to reproduce the bug and visit: >> # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/ >> # >> Aborted >> RESULT = 134 >> >> Thanks. >> James >> >> -- >> James Harkins /// dewdrop world >> jam...@de... >> http://www.dewdrop-world.net >> >> "Come said the Muse, >> Sing me a song no poet has yet chanted, >> Sing me the universal." -- Whitman >> >> blog: http://www.dewdrop-world.net/words >> audio clips: http://www.dewdrop-world.net/audio >> more audio: http://soundcloud.com/dewdrop_world/tracks >> >> <hs_err_pid1998.log>------------------------------------------------------------------------------ >> This SF.net email is sponsored by >> >> Make an app they can't live without >> Enter the BlackBerry Developer Challenge >> http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ >> Swingosc-devel mailing list >> Swi...@li... >> https://lists.sourceforge.net/lists/listinfo/swingosc-devel > |
|
From: Sciss <co...@sc...> - 2010-08-16 12:31:10
|
hi, as i'm not on linux, i haven't seen this. but from the log i would suspect two things: - it seems it occurred with setFont, so maybe there was a problem with a particular font? try using another font, maybe setting JFont.default to something different... - you are using GtkLookAndFeel which back in the past had a few issues as i remember. i would try to use another one, even if you get other skinning. i'm not sure Nimbus is is in OpenJDK 6, i know it's in Sun/Oracle's JDK 6u10... but you could try, it looks very good: javax.swing.plaf.nimbus.NimbusLookAndFeel if not, try at least with metal : javax.swing.plaf.metal.MetalLookAndFeel best, -sciss- Am 15.08.2010 um 18:01 schrieb James Harkins: > Just wondering if anyone else has seen this. Is it an openjdk thing, or ubuntu? > > a JSCWindow > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x00007fbbfb4ba9c7, pid=1998, tid=140444090353424 > # > # JRE version: 6.0_18-b18 > # Java VM: OpenJDK 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 ) > # Derivative: IcedTea6 1.8 > # Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8-4ubuntu3 > # Problematic frame: > # V [libjvm.so+0x6ce9c7] > # > # An error report file with more information is saved as: > # /home/dlm/share/SuperCollider/scd/kc.git/trunk/hs_err_pid1998.log > # > # If you would like to submit a bug report, please include > # instructions how to reproduce the bug and visit: > # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/ > # > Aborted > RESULT = 134 > > Thanks. > James > > -- > James Harkins /// dewdrop world > jam...@de... > http://www.dewdrop-world.net > > "Come said the Muse, > Sing me a song no poet has yet chanted, > Sing me the universal." -- Whitman > > blog: http://www.dewdrop-world.net/words > audio clips: http://www.dewdrop-world.net/audio > more audio: http://soundcloud.com/dewdrop_world/tracks > > <hs_err_pid1998.log>------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ > Swingosc-devel mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swingosc-devel |
|
From: James H. <jam...@gm...> - 2010-08-19 13:14:37
|
On 8/16/10 8:20 PM, Sciss wrote: > p.s. > > https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/398280 > > this could be the same. reply #8 suggests that changing from Gtk to another look-and-feel solves the problem. > > in the meantime i saw that since october last year, nimbus should be included in openJDK 6. Actually -- I found since then that my machine has horrible stability problems in general if I have a mail client open -- seems to be any mail client. If I don't launch Thunderbird, Claws Mail or such, I can use supercollider + SwingOSC for hours without any problems (except for the problems I create for myself). I have an open question out on ubuntuforums.com, not getting good answers yet. Anyway, for now it doesn't actually look like a SwingOSC bug. hjh -- James Harkins /// dewdrop world jam...@de... http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/audio more audio: http://soundcloud.com/dewdrop_world/tracks |
|
From: Sciss <co...@sc...> - 2010-08-19 13:16:00
|
ok, thanks for the update! Am 19.08.2010 um 14:14 schrieb James Harkins: > On 8/16/10 8:20 PM, Sciss wrote: >> p.s. >> >> https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/398280 >> >> this could be the same. reply #8 suggests that changing from Gtk to another look-and-feel solves the problem. >> >> in the meantime i saw that since october last year, nimbus should be included in openJDK 6. > > Actually -- I found since then that my machine has horrible stability > problems in general if I have a mail client open -- seems to be any mail > client. If I don't launch Thunderbird, Claws Mail or such, I can use > supercollider + SwingOSC for hours without any problems (except for the > problems I create for myself). > > I have an open question out on ubuntuforums.com, not getting good > answers yet. Anyway, for now it doesn't actually look like a SwingOSC bug. > > hjh > > > -- > > James Harkins /// dewdrop world > jam...@de... > http://www.dewdrop-world.net > > "Come said the Muse, > Sing me a song no poet has yet chanted, > Sing me the universal." -- Whitman > > blog: http://www.dewdrop-world.net/words > audio clips: http://www.dewdrop-world.net/audio > more audio: http://soundcloud.com/dewdrop_world/tracks > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Swingosc-devel mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swingosc-devel |