Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96236 - ark 2.5 from kde 3.4.0 segfaults while trying to open packed pdf file
Summary: ark 2.5 from kde 3.4.0 segfaults while trying to open packed pdf file
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 17:59 UTC by spiritus
Modified: 2005-06-16 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spiritus 2005-06-15 17:59:37 UTC
$ ark --version
Qt: 3.3.4
KDE: 3.4.0
Ark: 2.5

Steps to reproduce:

1) $ ark /usr/share/doc/nasm-0.98.39-r1/nasmdoc.pdf.gz
2) Now press Enter or click on 'nasmdoc.pdf'

After this steps Ark segfaults with error: "KCrash: Application 'ark' crashing..."

And following backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[KCrash handler]
#76 0xb5f2f62f in ?? ()
#77 0x801cba80 in ?? ()
#78 0x801943f0 in ?? ()
#79 0xbfffb6a0 in ?? ()
#80 0xbfffb6e0 in ?? ()
#81 0x8019a108 in ?? ()
#82 0xb60249de in ?? ()
#83 0x801943f0 in ?? ()
#84 0xb60249d1 in ?? ()
#85 0xbfffb5d8 in ?? ()
#86 0xb6024ea0 in ?? ()
#87 0xb6024ee0 in ?? ()
#88 0xb6024718 in ?? ()
...

Even debug build of Ark hasn't provided me with any useful traces...

The problem is reliably reproducable. Archive file 'nasmdoc.pdf.gz' isn't broken. Gunzip is able to unpack it and kpdf id able to display its contents without any problems.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-16 16:13:19 UTC
> Even debug build of Ark hasn't provided me with any useful traces...

Yes, it sucks right now. You need to remove -fomit-frame-pointer from your
compiler flags, add nostrip to FEATURES and the debug use flag...


Can reproduce the sig11, needs to be fixed upstram
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-16 16:13:19 UTC
> Even debug build of Ark hasn't provided me with any useful traces...

Yes, it sucks right now. You need to remove -fomit-frame-pointer from your
compiler flags, add nostrip to FEATURES and the debug use flag...


Can reproduce the sig11, needs to be fixed upstram¹.


[1] https://bugs.kde.org/show_bug.cgi?id=107566