FS#77261 - [ghostpcl] segfault

Attached to Project: Arch Linux
Opened by fenugrec (fenugrec) - Wednesday, 25 January 2023, 18:16 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 08 March 2023, 19:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Hi,
I filed a bug upstream but was told "works here, tell your distro packager".

Test file : https://bugs.ghostscript.com/attachment.cgi?id=23743

Upstream bug report : https://bugs.ghostscript.com/show_bug.cgi?id=706360

ghostpcl 10.0.0.

```
$ gdb --args gpcl6 -sDevice=bbox -dNOPAUSE dump.pcl
....
Program received signal SIGSEGV, Segmentation fault.
0x000055555596165b in gx_path_new ()
(gdb) i s
#0 0x000055555596165b in gx_path_new ()
#1 0x00005555559e8a6c in hpgl_PM ()
#2 0x00005555559ee596 in hpgl_do_reset ()

```
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 08 March 2023, 19:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  10.0.0-6 includes the fix from upstream report
Comment by Toolybird (Toolybird) - Wednesday, 25 January 2023, 22:12 GMT
Here's a `bt full' with symbols.
   gdb.txt (6.6 KiB)
Comment by Andreas Radke (AndyRTR) - Wednesday, 25 January 2023, 22:53 GMT
Please comment out the "rm" command here (and then maybe one by one): https://github.com/archlinux/svntogit-packages/blob/packages/ghostscript/trunk/PKGBUILD#L50

This is the most important change where we build against our system version libs and not the bundled ones.

Loading...