ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #144569
[Bug 877491] Re: New version of libgl1-mesa-glx freeze Scilab graphics
Launchpad has imported 13 comments from the remote bug at
http://bugzilla.scilab.org/show_bug.cgi?id=10106.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2011-10-14T20:49:36+00:00 Lucas Silveira Melo wrote:
In Ubuntu 11.10 when I plot any graphics the scilab freeze and I cant't
close it.
-->[a,b]=getdebuginfo()
b =
!Compilation date: Aug 19 2011 !
! !
!Compilation time: 20:38:09 !
! !
!XML version: 2.7.8 !
! !
!Compiler Architecture: X86 !
a =
!Total memory: 2505532 !
! !
!Used memory: 2154816 !
! !
!Free memory: 350716 !
! !
!Shared memory: 0 !
! !
!Buffers memory: 119996 !
! !
!Cached memory: 1114036 !
! !
!Used -/+ buffers/cache: 920784 !
! !
!Free -/+ buffers/cache: 1584748 !
! !
!Total swap: 975868 !
! !
!Used swap: 0 !
! !
!Free swap: 975868 !
! !
!SCI: /usr/share/scilab/ !
! !
!SCIHOME: /home/lucas/.Scilab/scilab-5.3.3 !
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/0
------------------------------------------------------------------------
On 2011-10-14T21:53:10+00:00 Sylvestre-ledru wrote:
system_setproperty("jogl.gljpanel.nohw","");
=> does it change anything ?
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/1
------------------------------------------------------------------------
On 2011-10-15T00:55:13+00:00 Lucas Silveira Melo wrote:
No, The problem remain.
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/2
------------------------------------------------------------------------
On 2011-10-17T19:11:30+00:00 Ricardo Fabbri wrote:
See https://bugs.launchpad.net/bugs/876195 and bug #10112
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/3
------------------------------------------------------------------------
On 2011-10-17T19:50:43+00:00 Sylvestre-ledru wrote:
*** Bug 10112 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/4
------------------------------------------------------------------------
On 2011-10-17T20:09:22+00:00 Sylvestre-ledru wrote:
Could you do the following:
apt-get install scilab-full-bin-dbg scilab-minimal-bin-dbg gdb
scilab-adv-cli -debug -e plot3d
in gdb, type
handle SIGSEGV nostop print
run
and once it reached the real freeze, type "bt" and please provide the
full stack trace.
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/5
------------------------------------------------------------------------
On 2011-10-17T22:28:53+00:00 Ricardo Fabbri wrote:
Sylvestre, I ran according to your comment #5,
however during the real freeze I had to type Ctrl-C before being able to type "bt".
Program received signal SIGINT, Interrupt.
pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
162 ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: No such file or directory.
in ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(gdb) bt
#0 pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1 0x00007fffdc1e3c9b in os::PlatformEvent::park() ()
from /usr/lib/jvm/java-6-openjdk//jre/lib/amd64/server/libjvm.so
#2 0x00007fffdc1d64a5 in ObjectMonitor::wait(long, bool, Thread*) ()
from /usr/lib/jvm/java-6-openjdk//jre/lib/amd64/server/libjvm.so
#3 0x00007fffdc2aa27b in ObjectSynchronizer::wait(Handle, long, Thread*) ()
from /usr/lib/jvm/java-6-openjdk//jre/lib/amd64/server/libjvm.so
#4 0x00007fffdc07b5e8 in JVM_MonitorWait ()
from /usr/lib/jvm/java-6-openjdk//jre/lib/amd64/server/libjvm.so
#5 0x00007fffd7b1ad68 in ?? ()
#6 0x00000000fbd65598 in ?? ()
#7 0x0000000000000011 in ?? ()
#8 0x0000000000000000 in ?? ()
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/6
------------------------------------------------------------------------
On 2011-10-17T22:33:05+00:00 Sylvestre-ledru wrote:
ok, thanks
Two others questions:
* still in gdb, could you copy/paste the result of "info threads"
* what is the result of dpkg -l|grep openjdk
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/7
------------------------------------------------------------------------
On 2011-10-17T22:42:44+00:00 Ricardo Fabbri wrote:
(In reply to comment #7)
$ dpkg -l |grep openjdk
ii openjdk-6-jdk 6b23~pre10-0ubuntu5 OpenJDK Development Kit (JDK)
ii openjdk-6-jre 6b23~pre10-0ubuntu5 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-6-jre-headless 6b23~pre10-0ubuntu5 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-6-jre-lib 6b23~pre10-0ubuntu5 OpenJDK Java runtime (architecture independent libraries)
(gdb) info threads
Id Target Id Frame
19 Thread 0x7fffc9f35700 (LWP 3309) "scilab-bin" 0x00007fffebfbd773 in __GI___poll (
fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>)
at ../sysdeps/unix/sysv/linux/poll.c:87
18 Thread 0x7fffca736700 (LWP 3308) "scilab-bin" pthread_cond_timedwait@@GLIBC_2.3.2
() at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
17 Thread 0x7fffd589f700 (LWP 3307) "scilab-bin" 0x00007fffec72d09e in __pthread_mutex_lock (mutex=0x7ffff7ffd948) at pthread_mutex_lock.c:84
16 Thread 0x7fffd579e700 (LWP 3306) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
13 Thread 0x7fffd59a0700 (LWP 3301) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
12 Thread 0x7fffd5f78700 (LWP 3300) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
11 Thread 0x7fffd6c69700 (LWP 3299) "scilab-bin" pthread_cond_timedwait@@GLIBC_2.3.2
() at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
10 Thread 0x7fffd6d6a700 (LWP 3298) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
9 Thread 0x7fffd6e6b700 (LWP 3297) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
8 Thread 0x7fffd6f6c700 (LWP 3296) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
7 Thread 0x7fffd706d700 (LWP 3295) "scilab-bin" sem_wait ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
6 Thread 0x7fffd716e700 (LWP 3294) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
5 Thread 0x7fffd726f700 (LWP 3293) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
4 Thread 0x7fffd7370700 (LWP 3292) "scilab-bin" pthread_cond_timedwait@@GLIBC_2.3.2
---Type <return> to continue, or q <return> to quit---
() at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
3 Thread 0x7fffd795f700 (LWP 3291) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
2 Thread 0x7fffd7a60700 (LWP 3290) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
* 1 Thread 0x7ffff7f99740 (LWP 3287) "scilab-bin" pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/8
------------------------------------------------------------------------
On 2011-10-17T23:30:04+00:00 Ricardo Fabbri wrote:
There is a work-around (or solution?) in the Scilab newsgroup:
http://www.equalis.com/forums/posts.asp?topic=321201&
However, I don't want to be stuck with Unity 2D by having to remove lib-
mesa-glx and others.
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/9
------------------------------------------------------------------------
On 2011-10-18T15:03:18+00:00 Sylvestre-ledru wrote:
Installing libgl1-mesa-swx11 or removing libgl1-mesa-glx fix the issue.
I reported a bug against the mesa package:
https://bugs.launchpad.net/ubuntu/+bug/877491
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/11
------------------------------------------------------------------------
On 2011-10-18T15:16:04+00:00 Ricardo Fabbri wrote:
I heard doing this work-around will break Unity, making the computer
start on Unity 2D, is that true?
(In reply to comment #10)
> Installing libgl1-mesa-swx11 or removing libgl1-mesa-glx fix the issue.
>
> I reported a bug against the mesa package:
> https://bugs.launchpad.net/ubuntu/+bug/877491
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/13
------------------------------------------------------------------------
On 2011-10-18T15:17:43+00:00 Sylvestre-ledru wrote:
Probably. I haven't tried yet (I am installing a clean image to test
that).
Reply at: https://bugs.launchpad.net/mesa/+bug/877491/comments/14
** Changed in: mesa
Status: Unknown => Confirmed
** Changed in: mesa
Importance: Unknown => High
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/877491
Title:
New version of libgl1-mesa-glx freeze Scilab graphics
To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/877491/+subscriptions