[Poppler-bugs] [Bug 22339] New: Crash at getScreenSize()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 17 15:10:55 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=22339

           Summary: Crash at getScreenSize()
           Product: poppler
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: blocker
          Priority: high
         Component: splash backend
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: m.noriega at astronautics.com


Created an attachment (id=26898)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=26898)
Code to try to convert a PDF file into a PNM file.

I've attached my code snippet to try to convert a PDF file into a PNM file. And
here's the GDB backtrace when it crashes:

===========================================================================
START OF BACKTRACE
===========================================================================
Program received signal SIGSEGV, Segmentation fault.
0xb78e1e24 in pthread_mutex_lock () from /lib/tls/libpthread.so.0
(gdb) bt
#0  0xb78e1e24 in pthread_mutex_lock () from /lib/tls/libpthread.so.0
#1  0xb7bebba6 in pthread_mutex_lock () from /lib/tls/libc.so.6
#2  0xb7e1908b in GlobalParams::getScreenSize (this=0x0) at
GlobalParams.cc:1404
#3  0xb7db7883 in SplashOutputDev::setupScreenParams (this=0x80527f0, hDPI=72,
vDPI=72) at SplashOutputDev.cc:631
#4  0xb7dbc37b in SplashOutputDev (this=0x80527f0, colorModeA=splashModeRGB8,
bitmapRowPadA=0, reverseVideoA=0, paperColorA=0xbff924e8 "���",
    bitmapTopDownA=1, allowAntialiasA=0) at SplashOutputDev.cc:607
#5  0x080490c2 in main (argc=1886216563, argv=0x702e656c) at test.cpp:64
(gdb)
===========================================================================
END OF BACKTRACE
===========================================================================


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list