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 719997 - [Windows] Print causes Gnumeric to terminate
[Windows] Print causes Gnumeric to terminate
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
1.12.x
Other Windows
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-12-06 19:04 UTC by Tom LaBone
Modified: 2013-12-26 04:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stack trace (10.72 KB, text/plain)
2013-12-26 01:20 UTC, Morten Welinder
Details

Description Tom LaBone 2013-12-06 19:04:51 UTC
gnumeric-1.12.9-20131128 on Windows 7 crashes when I try to print anything.
Comment 1 Andreas J. Guelzow 2013-12-07 18:41:26 UTC
I can confirmed this on Windows 8.1. Note that 'Print Preview' does not crash (but appears to create a file that cannot be shown).
Comment 2 xyen2001 2013-12-25 03:12:05 UTC
Same here. Windows XP SP3.
Comment 3 Morten Welinder 2013-12-26 01:18:46 UTC
print preview works here -- but it relies on a handler for 'pdf' files
to be installed.

Printing does not work.  This appears to be a gtk+ problem.
Will attach stack trace shortly.
Comment 4 Morten Welinder 2013-12-26 01:20:39 UTC
Created attachment 264893 [details]
Stack trace

gtk+ keeps calling itself recursively until it overflows a closure's
maximum ref count or blows the stack.
Comment 5 Morten Welinder 2013-12-26 04:16:40 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.


The gtk+ bug for this is bug 721069.  This hasn't worked for 3 years in gtk+.