davidelang / ardesia

Automatically exported from code.google.com/p/ardesia
0 stars 0 forks source link

spotlighter 0.3 segfaults on Debian Sid (amd64) #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While packaging spotlighter 0.3 for upload in Debian, I noticed it segfaults at 
startup on Sid (updated today). Architecture is amd64. Gdb says:

(gdb) run
Starting program: /usr/bin/spotlighter 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff63ff6b1 in cairo_set_operator () from 
/usr/lib/x86_64-linux-gnu/libcairo.so.2
(gdb) backtrace
#0  0x00007ffff63ff6b1 in cairo_set_operator () from 
/usr/lib/x86_64-linux-gnu/libcairo.so.2
#1  0x00000000004025c5 in on_window_expose_event ()
Cannot access memory at address 0x7fffffffd948

Original issue reported on code.google.com by andrea.c...@gmail.com on 31 Oct 2012 at 7:35

GoogleCodeExporter commented 8 years ago
Could you check if the last commit (revision 2912) solve the issue?

Original comment by pilolli....@gmail.com on 3 Nov 2012 at 11:13

GoogleCodeExporter commented 8 years ago
Works perfectly! I'll add the patch to the packaging, thank you.

Original comment by andrea.c...@gmail.com on 8 Nov 2012 at 5:55

GoogleCodeExporter commented 8 years ago

Original comment by pilolli....@gmail.com on 14 Jan 2013 at 5:06