<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-01-22 1:11 GMT+01:00 James Cowgill <span dir="ltr"><<a href="mailto:jcowgill@debian.org" target="_blank">jcowgill@debian.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Control: severity -1 grave<span class=""><br></span></blockquote><div><br></div><div>Hi,<br><br></div><div>sorry for slightly delayed answer :(<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
On 21/01/17 14:18, Christian Grigis wrote:<br>
> Package: gwc<br>
> Version: 0.21.19~dfsg0-6<br>
> Severity: important<br>
><br>
> Running 'gnome_wave_cleaner' from the testing package version<br>
> (0.21.19~dfsg0-6) crashes immediately at startup:<br>
><br>
> $ gnome_wave_cleaner<br>
> Current stack limit: 8388608 bytes<br>
> Segmentation fault<br>
<br>
</span>This bug is clearly RC. Jaromír, you did test this before uploading it<br>
right?<br></blockquote><div><br></div><div>Actually I didn't as upload was only "debian packaging improvement" not new upstream release<br></div><div>I was not expecting problems of this kind ... sorry<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[...]<br>
<span class="">> The gdb backtrace gives:<br>
><br>
> (gdb) run<br>
> Starting program: /home/glove/tmp/gwc-testing/<wbr>gwc-0.21.19~dfsg0/gwc<br>
> [Thread debugging using libthread_db enabled]<br>
> Using host libthread_db library "/lib/x86_64-linux-gnu/<wbr>libthread_db.so.1".<br>
> Current stack limit: 8388608 bytes<br>
><br>
> Program received signal SIGSEGV, Segmentation fault.<br>
> 0x00007ffff6e047f9 in g_type_is_a () from /usr/lib/x86_64-linux-gnu/<wbr>libgobject-2.0.so.0<br>
> (gdb) bt<br>
> #0  0x00007ffff6e047f9 in g_type_is_a () from /usr/lib/x86_64-linux-gnu/<wbr>libgobject-2.0.so.0<br>
> #1  0x00007ffff7519084 in gtk_type_new () from /usr/lib/x86_64-linux-gnu/<wbr>libgtk-x11-2.0.so.0<br>
> #2  0x000055555557223c in led_bar_new (segments=20, orientation=0) at gtkledbar.c:82<br>
<br>
</span>The problem is here. led_bar_get_type returns an unsigned int, but<br>
gtk_type_new expects a "GtkType" which is an integer with the same size<br>
as a pointer. This code is going to need porting to work on 64-bit arches.<br>
</blockquote></div><br></div><div class="gmail_extra">James I guess as it wouldn't be trivial to fix it by patch and we need to this issue must be fixed upstream.<br></div><div class="gmail_extra">Am I right?<br><br></div><div class="gmail_extra">best regards<br><br></div><div class="gmail_extra">mira <br></div></div>