After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 146575 - Program crash when opening pdf file
Program crash when opening pdf file
Status: RESOLVED DUPLICATE of bug 139211
Product: gpdf
Classification: Deprecated
Component: general
unspecified
Other other
: High critical
: ---
Assigned To: Martin Kretzschmar
Martin Kretzschmar
Depends on:
Blocks:
 
 
Reported: 2004-06-13 21:28 UTC by Timur Aydin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
The dialog that pops up when the problem occurs (17.11 KB, image/png)
2004-07-09 22:20 UTC, Timur Aydin
Details
The gdb session (9.70 KB, text/plain)
2004-07-09 22:24 UTC, Timur Aydin
Details

Description Timur Aydin 2004-07-09 07:09:33 UTC
Distribution: Gentoo Base System version 1.4.16
Package: gpdf
Severity: normal
Version: GNOME2.6. unspecified
Gnome-Distributor: Gentoo Linux
Synopsis: Program crash when opening pdf file
Bugzilla-Product: gpdf
Bugzilla-Component: general
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.6.0)
Description:
Description of the crash:
Program crashed when opening the following PDF file:

http://people.redhat.com/drepper/dsohowto.pdf

Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:
The version of gnome-pdf-viewer is 0.131
The OS is Gentoo Linux, running on an Athlon 1800




------- Bug moved to this database by unknown@bugzilla.gnome.org 2004-07-09 03:09 -------


Unknown platform unknown. Setting to default platform "Other".
Unknown milestone "unknown" in product "gpdf".
   Setting to default milestone for this product, '---'
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here, unknown@bugzilla.gnome.org.
   Previous reporter was ta@taydin.org.
Setting to default status "UNCONFIRMED".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Elijah Newren 2004-07-09 21:11:33 UTC
Thanks for the bug report. Without a stack trace from the crash it's very hard
to determine what caused the crash.  Please see
http://bugzilla.gnome.org/getting-traces.cgi for more information about getting
a useful stack trace.
Comment 2 Timur Aydin 2004-07-09 22:20:57 UTC
Created attachment 29388 [details]
The dialog that pops up when the problem occurs

When I run gpdf with the dsohowto.pdf file as an argument, this dialog box pops
up.
Comment 3 Timur Aydin 2004-07-09 22:24:10 UTC
Created attachment 29389 [details]
The gdb session

This is the gdb session that I did in order to get a stack trace. However, the
debugger doesn't get control and the problem is notified with a dialog box. It
is strange that the debugger doesn't catch a crash, even though I have told the
debugger to stop after receiving any signal. Maybe this isn't a crash, but
instead gpdf detects an error condition and decides that it cannot continue.
Comment 4 Elijah Newren 2004-07-09 22:37:02 UTC
Hmmm.  Odd.  Okay, I'll reopen for the maintainer to look at.  :)
Comment 5 Rémi Cohen-Scali 2004-07-15 01:07:50 UTC
The stack is the following:
(gdb) bt
  • #0 ??
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ThumbColorMap::getRGB
    at Thumb.cc line 182
  • #5 Thumb::getPixbufData
    at Thumb.cc line 322
  • #6 gpdf_thumbnails_view_render_thumbnail_image
    at gpdf-thumbnails-view.cc line 1166

This bug is fixed post 0.131...



*** This bug has been marked as a duplicate of 139211 ***