Bug 79729

Summary: pstack segfaults
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: pstackAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: jorton
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: 2006-02-21 18:50:21 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:
Bug Depends On:    
Bug Blocks: 79578, 100644    

Description Tim Waugh 2002-12-16 10:05:31 UTC
[root@cyberelk root]# gdb --args pstack 15590
GNU gdb Red Hat Linux (5.3post-0.20021129.3rh)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)...
(gdb) r
Starting program: /usr/bin/pstack 15590
(no debugging symbols found)...(no debugging symbols found)...
15590: /usr/libexec/fish-applet-2
--oaf-activate-iid=OAFIID:GNOME_FishApplet_Factory --oaf-ior-fd=22
 
Program received signal SIGSEGV, Segmentation fault.
0x080497cd in resolveSymbols ()
(gdb) bt
#0  0x080497cd in resolveSymbols ()
#1  0x00000000 in ?? ()
(gdb)

pstack-1.1-4

Comment 1 Joe Orton 2003-01-09 10:10:42 UTC
Easy to reproduce on 8.0 using mozilla, e.g.

pstack `pidof mozilla-bin | cut -f1 -d' '`

19134: /usr/lib/mozilla-1.0.1/mozilla-bin
pstack signal received: Segmentation fault

same backtrace as above.

Comment 2 Roland McGrath 2003-11-11 22:16:41 UTC

*** This bug has been marked as a duplicate of 98162 ***

Comment 3 Red Hat Bugzilla 2006-02-21 18:50:21 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.