Re: [Geeqie-devel] geeqie: 1.0-8 repeatable core dumps

2011-06-27 Thread Justin Piszcz


On Mon, 27 Jun 2011, Klaus Ethgen wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Hi,
>
> Am Mo den 27. Jun 2011 um 10:36 schrieb Justin Piszcz:
> [How to reproduce]
>> ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif 
>> == exif)
>
> That can be. There are some exceptions that are not currently catched.
> Maybe that is fixed in the most recent devel version.
>
>> Backtrace:
>
> There I need a bit more informations.
> - - It seems that you use the debian package. Which version is used there?
> - - Install the geeqie-dbg package to get useful output from stacktrace.
>  The normal packages are stripped from symbols.

Hi,

Understood, after installing the debug version I can't get it to crash anymore,
that's how it works, I suppose, if it crashes again I'll supply the requested
information, thanks.

Justin.


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie: 1.0-8 repeatable core dumps

2011-06-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 27. Jun 2011 um 10:36 schrieb Justin Piszcz:
[How to reproduce]
> ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif 
> == exif)

That can be. There are some exceptions that are not currently catched.
Maybe that is fixed in the most recent devel version.

> Backtrace:

There I need a bit more informations.
- - It seems that you use the debian package. Which version is used there?
- - Install the geeqie-dbg package to get useful output from stacktrace.
  The normal packages are stripped from symbols.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOCKNSAAoJEK8RO3RE9oVxX9UL/2Z6HegrSRKVm6iE90703B/I
5fBmmHcqKQOdU/mnm+g0qVUtqVz9Vzopn4s5F3NA+w3U1iNP3/cNCUOudVGW/3Zd
3lP6DCdP9yf2dY6Z9pHS7OLzzXntA39QlEUxG9g1iZ1v3z70seM1Tn+cmRD51pi6
NEzkX3JjYyhMGQK/H+OEGQ7p7Hxnwv5f04fmXQ1RTKv1BySHvaMa5UZXSJE+mKZD
lWjZ9bjjJoQkovk8FRpC1OBPDe9DVJHWick3yL70bDYuy8S7CTPg/HFdjnpqsutu
k/jd3fJQSgXT4HXJXj0s+WIZjkL/ge7SBlrv+8NDg8AP79RGib+2TbgDWBnCQIu8
1OH97kHS01ZnKXyH3ljl1u3k9dcHEJFYMaV+IDgbGeVQF+/sEymGBX1jpM0wSGS2
eme5FTIvSkUb1RZ/PSgcg6K6ztfzeYVDegErAH/RCiuV6Rfjx1pG4ZBxNFR7SLL9
tIrLsSDqPWyhfiWCOCF0I3K2aMFGLrIgwNE++l26FQ==
=zz7h
-END PGP SIGNATURE-

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie: 1.0-8 repeatable core dumps

2011-06-27 Thread Michael Schwendt
On Mon, 27 Jun 2011 05:36:31 -0400 (EDT), JP (Justin) wrote:

> Hi,
> 
> When performing the following:
> 1. Viewing images in a directory with > 100 pictures.
> 2. Selecting images, copying their paths.
> 3. Moving the images from the command line to a different directory.
> 4. Scrolling up back to the top with the mouse wheel (for the thumbnails).
> 5. Results in a coredump everytime.
> 
> --
> 
> Crash:
> 
> user@host:/home/user/pictures$ gqview .
> This is a compatibility alias for Geeqie!
> Please use /usr/bin/geeqie instead!
> Could not init LIRC support
> Address already in use: /home/user/.config/geeqie/.command
> **
> ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif 
> == exif)
> Aborted (core dumped)

Find a patch here (problem description is available there and in the linked
Fedora ticket):
http://sourceforge.net/tracker/?func=detail&aid=3189129&group_id=222125&atid=1054680
The patch is also filed as:
http://sourceforge.net/tracker/?func=detail&aid=3201371&group_id=222125&atid=1054682


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] geeqie: 1.0-8 repeatable core dumps

2011-06-27 Thread Justin Piszcz
Hi,

When performing the following:
1. Viewing images in a directory with > 100 pictures.
2. Selecting images, copying their paths.
3. Moving the images from the command line to a different directory.
4. Scrolling up back to the top with the mouse wheel (for the thumbnails).
5. Results in a coredump everytime.

--

Crash:

user@host:/home/user/pictures$ gqview .
This is a compatibility alias for Geeqie!
Please use /usr/bin/geeqie instead!
Could not init LIRC support
Address already in use: /home/user/.config/geeqie/.command
**
ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif == 
exif)
Aborted (core dumped)
user@host:/home/user/pictures$ gqview .
This is a compatibility alias for Geeqie!
Please use /usr/bin/geeqie instead!
Could not init LIRC support
Address already in use: /home/user/.config/geeqie/.command
**
ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif == 
exif)
Aborted (core dumped)
user@host:/home/user/pictures$ gqview .

--

Backtrace:

#0  0x7fdf9be7e405 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x7fdf9be7e405 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7fdf9be81680 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x7fdf9d42de31 in g_assertion_message () from /lib/libglib-2.0.so.0
#3  0x7fdf9d42e3d0 in g_assertion_message_expr ()
from /lib/libglib-2.0.so.0
#4  0x0044b52e in ?? ()
#5  0x0045d535 in ?? ()
#6  0x0045e3a6 in ?? ()
#7  0x0045a343 in ?? ()
#8  0x7fdf9d8c7e7e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0x7fdf9d8d98d7 in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x7fdf9d8e2d05 in g_signal_emit_valist ()
from /usr/lib/libgobject-2.0.so.0
#11 0x7fdf9d8e2ed3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#12 0x0045d9a3 in ?? ()
#13 0x7fdf9d4084a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#14 0x7fdf9d408c80 in ?? () from /lib/libglib-2.0.so.0
#15 0x7fdf9d4092f2 in g_main_loop_run () from /lib/libglib-2.0.so.0
#16 0x7fdf9e36b2b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x0047377c in ?? ()
#18 0x7fdf9be6aead in __libc_start_main ()
from /lib/x86_64-linux-gnu/libc.so.6
#19 0x00419009 in ?? ()
#20 0x7fffd6baf1b8 in ?? ()
#21 0x001c in ?? ()
#22 0x0002 in ?? ()
#23 0x7fffd6bb08da in ?? ()
#24 0x7fffd6bb08ea in ?? ()
#25 0x in ?? ()

Full Backtrace:

(gdb) bt full
#0  0x7fdf9be7e405 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1  0x7fdf9be81680 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2  0x7fdf9d42de31 in g_assertion_message () from /lib/libglib-2.0.so.0
No symbol table info available.
#3  0x7fdf9d42e3d0 in g_assertion_message_expr ()
from /lib/libglib-2.0.so.0
No symbol table info available.
#4  0x0044b52e in ?? ()
No symbol table info available.
#5  0x0045d535 in ?? ()
No symbol table info available.
#6  0x0045e3a6 in ?? ()
No symbol table info available.
#7  0x0045a343 in ?? ()
No symbol table info available.
#8  0x7fdf9d8c7e7e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#9  0x7fdf9d8d98d7 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#10 0x7fdf9d8e2d05 in g_signal_emit_valist ()
from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0x7fdf9d8e2ed3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x0045d9a3 in ?? ()
No symbol table info available.
#13 0x7fdf9d4084a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
No symbol table info available.
#14 0x7fdf9d408c80 in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#15 0x7fdf9d4092f2 in g_main_loop_run () from /lib/libglib-2.0.so.0
No symbol table info available.
#16 0x7fdf9e36b2b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#17 0x0047377c in ?? ()
No symbol table info available.
#18 0x7fdf9be6aead in __libc_start_main ()
from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#19 0x00419009 in ?? ()
No symbol table info available.
#20 0x7fffd6baf1b8 in ?? ()
No symbol table info available.
#21 0x001c in ?? ()
No symbol table info available.
#22 0x0002 in ?? ()
No symbol table info available.
#23 0x7fffd6bb08da in ?? ()
No symbol table info available.
#24 0x7fffd6bb08ea in ?? ()
No symbol table info available.
#25 0x in ?? ()
No symbol table info available.
(gdb)

Justin.


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance