[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libgluezilla: BrowserWindow::SetDimensions(unsigned int, int, int, int, int)



The application is working fine a sid/chroot system.

2cts

On Tue, Feb 23, 2010 at 12:40 PM, Mathieu Malaterre
<mathieu.malaterre@gmail.com> wrote:
> Hi there,
>
>  I am trying to run XSDDiagram on my debian/stable system. Could
> someone confirm the bug on another debian system, please, so that I
> can make a bug report.
>
> Steps:
> http://regis.cosnier.free.fr/?page=XSDDiagram
> -> wget http://regis.cosnier.free.fr/soft/xsddiagram/XSDDiagram-2008-11-11-0.5-Source.zip
>
> Edit XSDDiagram.csproj and remove the following reference:
>    <!--Reference Include="System.Deployment.dll" /-->
>    <!--Reference Include="System.Messaging" /-->
>
> From monodevelop, Click 'Build All'.
>
> then from the command line, I get a segfault:
>
>  $ mono ./bin/Debug/XSDDiagram.exe
>
> Native stacktrace:
>
>        mono [0x47ea20]
>        mono [0x41980d]
>        /lib/libpthread.so.0 [0x7ff25fa96990]
>        /usr/lib/libgluezilla.so(_ZN13BrowserWindow13SetDimensionsEjiiii+0x70)
> [0x7ff2573519b0]
>        /usr/lib/libgluezilla.so(_ZN6Widget6ResizeEjj+0x37) [0x7ff257353b47]
>        /usr/lib/libgluezilla.so [0x7ff2573544d7]
>        /lib/libglib-2.0.so.0(g_main_context_dispatch+0x22e) [0x7ff2600eb90e]
>        /lib/libglib-2.0.so.0 [0x7ff2600ef2c8]
>        /lib/libglib-2.0.so.0(g_main_loop_run+0x1a5) [0x7ff2600ef725]
>        /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xa7) [0x7ff25a143427]
>        /usr/lib/libgluezilla.so(_Z11gtk_startupPv+0x39) [0x7ff257356669]
>        /lib/libglib-2.0.so.0 [0x7ff2601145a4]
>        /lib/libpthread.so.0 [0x7ff25fa8e73a]
>        /lib/libc.so.6(clone+0x6d) [0x7ff25f57d69d]
>
> Debug info from gdb:
>
> 261     ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: No
> such file or directory.
> [Thread debugging using libthread_db enabled]
> [New Thread 0x7ff2567d9910 (LWP 20563)]
> [New Thread 0x7ff25e38f910 (LWP 20562)]
> [New Thread 0x7ff260772910 (LWP 20561)]
> pthread_cond_wait@@GLIBC_2.3.2 () at
> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
>        in ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
> Current language:  auto
> The current source language is "auto; currently asm".
>  4 Thread 0x7ff260772910 (LWP 20561)  0x00007ff25fa96131 in nanosleep
> () from /lib/libpthread.so.0
>  3 Thread 0x7ff25e38f910 (LWP 20562)  sem_wait () at
> ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
>  2 Thread 0x7ff2567d9910 (LWP 20563)  0x00007ff25fa9590b in read ()
> from /lib/libpthread.so.0
> * 1 Thread 0x7ff260764730 (LWP 20556)  pthread_cond_wait@@GLIBC_2.3.2
> () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
>
> Thread 4 (Thread 0x7ff260772910 (LWP 20561)):
> #0  0x00007ff25fa96131 in nanosleep () from /lib/libpthread.so.0
> #1  0x000000000055d622 in ?? ()
> #2  0x00007ff25fa8e73a in start_thread (arg=<value optimized out>) at
> pthread_create.c:300
> #3  0x00007ff25f57d69d in clone () at
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
> #4  0x0000000000000000 in ?? ()
>
> Thread 3 (Thread 0x7ff25e38f910 (LWP 20562)):
> #0  sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
> #1  0x0000000000533e4a in ?? ()
> #2  0x000000000052c493 in ?? ()
> #3  0x000000000055ca0b in ?? ()
> #4  0x0000000000570eb2 in ?? ()
> #5  0x00007ff25fa8e73a in start_thread (arg=<value optimized out>) at
> pthread_create.c:300
> #6  0x00007ff25f57d69d in clone () at
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
> #7  0x0000000000000000 in ?? ()
> Current language:  auto
> The current source language is "auto; currently c".
>
> Thread 2 (Thread 0x7ff2567d9910 (LWP 20563)):
> #0  0x00007ff25fa9590b in read () from /lib/libpthread.so.0
> #1  0x000000000047eb84 in ?? ()
> #2  0x000000000041980d in ?? ()
> #3  <signal handler called>
> #4  0x00007ff2573519b0 in BrowserWindow::SetDimensions(unsigned int,
> int, int, int, int) () from /usr/lib/libgluezilla.so
> #5  0x00007ff257353b47 in Widget::Resize(unsigned int, unsigned int)
> () from /usr/lib/libgluezilla.so
> #6  0x00007ff2573544d7 in ?? () from /usr/lib/libgluezilla.so
> #7  0x00007ff2600eb90e in g_main_context_dispatch () from /lib/libglib-2.0.so.0
> #8  0x00007ff2600ef2c8 in ?? () from /lib/libglib-2.0.so.0
> #9  0x00007ff2600ef725 in g_main_loop_run () from /lib/libglib-2.0.so.0
> #10 0x00007ff25a143427 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
> #11 0x00007ff257356669 in gtk_startup(void*) () from /usr/lib/libgluezilla.so
> #12 0x00007ff2601145a4 in ?? () from /lib/libglib-2.0.so.0
> #13 0x00007ff25fa8e73a in start_thread (arg=<value optimized out>) at
> pthread_create.c:300
> #14 0x00007ff25f57d69d in clone () at
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
> #15 0x0000000000000000 in ?? ()
> Current language:  auto
> The current source language is "auto; currently asm".
>
> Thread 1 (Thread 0x7ff260764730 (LWP 20556)):
> #0  pthread_cond_wait@@GLIBC_2.3.2 () at
> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
> #1  0x00007ff2600c6f10 in ?? () from /lib/libglib-2.0.so.0
> #2  0x00007ff2600c72c4 in g_async_queue_pop () from /lib/libglib-2.0.so.0
> #3  0x00007ff257354379 in Widget::BeginInvoke(Params*, int) () from
> /usr/lib/libgluezilla.so
> #4  0x00007ff257356ead in gluezilla_resize () from /usr/lib/libgluezilla.so
> #5  0x0000000041fb9e02 in ?? ()
> #6  0x0000000001b27a50 in ?? ()
> #7  0x00007ff257571660 in ?? ()
> #8  0x00007ff25a7b6478 in ?? ()
> #9  0x00007ff257571660 in ?? ()
> #10 0x00007ff25a7dd480 in ?? ()
> #11 0x0000000000000003 in ?? ()
> #12 0x00007fff3f9a60a0 in ?? ()
> #13 0x00007ff257571660 in ?? ()
> #14 0x00007ff25a7b6478 in ?? ()
> #15 0x00007ff257571660 in ?? ()
> #16 0x00007ff25a7715a0 in ?? ()
> #17 0x0000000041fb9d84 in ?? ()
> #18 0x00007ff25db64750 in ?? ()
> #19 0x00007ff25a7715a0 in ?? ()
> #20 0x00000000000000d6 in ?? ()
> #21 0x000000000000006c in ?? ()
> #22 0x0000000000000003 in ?? ()
> #23 0x0000000041fb9b8c in ?? ()
> #24 0x00007ff25a7715a0 in ?? ()
> #25 0x0000000041fb9ae0 in ?? ()
> #26 0x00007ff25e3ac9f0 in ?? ()
> #27 0x0000000041fb99d5 in ?? ()
> #28 0x00007ff257571660 in ?? ()
> #29 0x00007ff25e3ac9f0 in ?? ()
> #30 0x0000000000000003 in ?? ()
> #31 0x0000000041fb21dd in ?? ()
> #32 0x00007ff25a7b7aa0 in ?? ()
> #33 0x00007ff25e3ac9f0 in ?? ()
> #34 0x0000000000000003 in ?? ()
> #35 0x00000000408108b0 in ?? ()
> #36 0x00007ff25a7dd510 in ?? ()
> #37 0x0000000000000003 in ?? ()
> #38 0x00007ff25a7b7aa0 in ?? ()
> #39 0x00007ff25a7b3958 in ?? ()
> #40 0x00007ff25a7b7aa0 in ?? ()
> #41 0x00007ff25e3ac9f0 in ?? ()
> #42 0x00007ff25a7b6478 in ?? ()
> #43 0x000000004085e8cc in ?? ()
> #44 0x00007ff25a7b7aa0 in ?? ()
> #45 0x00007ff25e3ac9f0 in ?? ()
> #46 0x00007ff25a7b7aa0 in ?? ()
> #47 0x0000000041fb21dd in ?? ()
> #48 0x00007ff25a79a330 in ?? ()
> #49 0x00007ff25e3ac9f0 in ?? ()
> #50 0x00007ff25a79a330 in ?? ()
> #51 0x00000000408108b0 in ?? ()
> #52 0x00007ff25a8db380 in ?? ()
> #53 0x0000000000000003 in ?? ()
> #54 0x00007ff25a79a330 in ?? ()
> #55 0x00007ff25a7a5138 in ?? ()
> #56 0x00007ff25a79a330 in ?? ()
> #57 0x00007ff25e3ac9f0 in ?? ()
> #58 0x00007ff25a7b3958 in ?? ()
> #59 0x000000004085e8cc in ?? ()
> #60 0x00007ff25a79a330 in ?? ()
> #61 0x00007ff25e3ac9f0 in ?? ()
> #62 0x00007ff25a79a330 in ?? ()
> #63 0x0000000041fb21dd in ?? ()
> #64 0x00007ff25a7a6d48 in ?? ()
> #65 0x00007ff25e3ac9f0 in ?? ()
> #66 0x00007ff25a7a6d48 in ?? ()
> #67 0x00000000408108b0 in ?? ()
> #68 0x00007ff25a7dd5a0 in ?? ()
> #69 0x0000000000000003 in ?? ()
> #70 0x00007ff25a7a6d48 in ?? ()
> #71 0x00007ff25a7a1618 in ?? ()
> #72 0x00007ff25a7a6d48 in ?? ()
> #73 0x00007ff25e3ac9f0 in ?? ()
> #74 0x00007ff25a7a5138 in ?? ()
> #75 0x000000004085e8cc in ?? ()
> #76 0x00007ff25a7a6d48 in ?? ()
> #77 0x00007ff25e3ac9f0 in ?? ()
> #78 0x0000000000000003 in ?? ()
> #79 0x0000000041fb21dd in ?? ()
> #80 0x00007ff25a79a990 in ?? ()
> #81 0x00007ff25e3ac9f0 in ?? ()
> #82 0x0000000000000003 in ?? ()
> #83 0x00000000408108b0 in ?? ()
> #84 0x00007ff25a87ea20 in ?? ()
> #85 0x0000000000000003 in ?? ()
> #86 0x00007ff25a79a990 in ?? ()
> #87 0x00007ff25a80dd00 in ?? ()
> #88 0x00007ff25a79a990 in ?? ()
> #89 0x00007ff25e3ac9f0 in ?? ()
> #90 0x00007ff25a7a1618 in ?? ()
> #91 0x000000004085e8cc in ?? ()
> #92 0x00007ff25a79a990 in ?? ()
> #93 0x00007ff25e3ac9f0 in ?? ()
> #94 0x0000000041fb21b0 in ?? ()
> #95 0x0000000041fb21dd in ?? ()
> #96 0x00007ff25a83b800 in ?? ()
> #97 0x00007ff25e3ac9f0 in ?? ()
> #98 0x0000000000000003 in ?? ()
> #99 0x00000000408108b0 in ?? ()
> #100 0x00007ff25a87ea20 in ?? ()
> #101 0x0000000000000008 in ?? ()
> #102 0x00007ff25a83b800 in ?? ()
> #103 0x00007ff25a83b800 in ?? ()
> #104 0x00007ff25a83b800 in ?? ()
> #105 0x00007ff25a8cbd3a in ?? ()
> #106 0x00007ff25a80dd00 in ?? ()
> #107 0x000000004085e8cc in ?? ()
> #108 0x00007ff25a83b800 in ?? ()
> #109 0x00007ff25e3ac9f0 in ?? ()
> #110 0x0000000000000008 in ?? ()
> #111 0x0000000041fb98a8 in ?? ()
> #112 0x00007ff25a8cbc00 in ?? ()
> #113 0x00007ff25e3ac9f0 in ?? ()
> #114 0x0000000040cc600e in ?? ()
> #115 0x0000000041fb9890 in ?? ()
> #116 0x0000000000000008 in ?? ()
> #117 0x0000000040807bff in ?? ()
> #118 0x0000000000000017 in ?? ()
> #119 0x00007fff3f9a6550 in ?? ()
> #120 0x00000000fffffe18 in ?? ()
> #121 0x0000000000000018 in ?? ()
> #122 0x00007ff25a83b800 in ?? ()
> #123 0x00007fff3f9a66e0 in ?? ()
> #124 0x00007ff24ffa4c00 in ?? ()
> #125 0x000000000000013a in ?? ()
> #126 0x0000000000000001 in ?? ()
> #127 0x0000000000000000 in ?? ()
> Current language:  auto
> The current source language is "auto; currently c".
> Current language:  auto
> The current source language is "auto; currently asm".
>
> =================================================================
> Got a SIGSEGV while executing native code. This usually indicates
> a fatal error in the mono runtime or one of the native libraries
> used by your application.
> =================================================================
>
> [3]    20556 abort      mono ./bin/Debug/XSDDiagram.exe
>
>
> Thanks,
> --
> Mathieu
>



-- 
Mathieu


Reply to: