GNOME Bugzilla – Bug 359537
printing custom page
Last modified: 2007-10-08 12:43:25 UTC
Version: 2.16.0 What were you doing when the application crashed? added a custom page size and tried to print Distribution: Fedora Core release 5.92 (FC6 Test3) Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc) BugBuddy Version: 2.16.0 Memory status: size: 130691072 vsize: 0 resident: 130691072 share: 0 rss: 37560320 rss_rlim: 0 CPU usage: start_time: 1159955075 rtime: 0 utime: 714 stime: 0 cutime:660 cstime: 0 timeout: 54 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/epiphany' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208899328 (LWP 3269)] [New Thread -1266361456 (LWP 3275)] [New Thread -1232598128 (LWP 3272)] [New Thread -1222108272 (LWP 3271)] (no debugging symbols found) 0x00f89402 in __kernel_vsyscall ()
+ Trace 74454
Thread 1 (Thread -1208899328 (LWP 3269))
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
back trace generated from gdb
+ Trace 76791
Thread 1 (Thread -1208461056 (LWP 4323))
The trace is still missing debug symbols from gtk+; can you please install the debug symbols for gtk+ and get a better trace? Still it's clear this is a bug in cups backend of gtk-print, re-assigning.
with gtk debuginfo
+ Trace 77164
Thread 1 (Thread -1208186624 (LWP 8631))
how to reproduce the crash Add a custom page using the file -> print setup option. Add custom pages of 8x6, 5x4, 3x8 etc and select one of the pages for print fire up the print dialog box and application will crash
Created attachment 75387 [details] [review] A patch I got a similar crash, this patch fixes it.
*** Bug 372844 has been marked as a duplicate of this bug. ***
*** Bug 375292 has been marked as a duplicate of this bug. ***
2006-11-15 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): Don't pass NULL to strncpy. (#359537, patch by Carlos Garcia Campos)
*** Bug 390042 has been marked as a duplicate of this bug. ***
*** Bug 393771 has been marked as a duplicate of this bug. ***
*** Bug 395454 has been marked as a duplicate of this bug. ***
*** Bug 429676 has been marked as a duplicate of this bug. ***
*** Bug 431337 has been marked as a duplicate of this bug. ***
*** Bug 433539 has been marked as a duplicate of this bug. ***
*** Bug 462927 has been marked as a duplicate of this bug. ***
*** Bug 480434 has been marked as a duplicate of this bug. ***