Bug 143457

Summary: gv crashes after some errors
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: gvAssignee: Orion Poplawski <orion>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kmaguire, olivier.baudron
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-19 16:14:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2004-12-21 02:46:03 UTC
jik:/tmp!1075$ gv
Warning: Representation size 4 must match superclass's to override
highlightedBackground
Warning: Unsupported shape style for Command widget "toggleCurrent"
Warning: Unsupported shape style for Command widget "toggleEven"
Warning: Unsupported shape style for Command widget "toggleOdd"
Warning: Unsupported shape style for Command widget "unmarkAll"
Warning: Unsupported shape style for Command widget "autoResize"
Warning: Representation size 2 must match superclass's to override
internalWidth
Segmentation fault (core dumped)
jik:/tmp!1076$ rpm -q gv
gv-3.5.8-29
jik:/tmp!1077$ 

All my other packages are pretty current with Fedora Core development
packages.

Comment 1 Mark van Rossum 2005-06-18 16:42:56 UTC
For me this still happens on FC4 (Stentz).

gv-3.5.8-29

gs -sDEVICE=x11 
and
gs -sDEVICE=x11alpha
work ok.

Does not depend on ~/.gv

Comment 2 FX 2005-10-23 10:40:37 UTC
Interesting... this happened to me for the first time today (worked fine before)
on a FC4, up-to-date. gv is from gv-3.5.8-29. This is a segfault, and the
backtrace is

#0  0x0017d110 in rawmemchr () from /lib/libc.so.6
#1  0x0017282b in _IO_str_init_static_internal () from /lib/libc.so.6
#2  0x00168657 in vsscanf () from /lib/libc.so.6
#3  0x00163bf2 in sscanf () from /lib/libc.so.6
#4  0x08055e9d in ?? ()
#5  0x00000000 in ?? ()

Comment 3 Orion Poplawski 2005-12-15 22:10:32 UTC
Please try gv-3.6.1-4.fc4 from Fedora Extras.

Comment 4 Jonathan Kamens 2005-12-18 03:53:03 UTC
I currently have gv-3.6.1-4.fc5 and it does not exhibit this problem.