Bug 568248

Summary: valpy_string nomem
Product: [Fedora] Fedora Reporter: Matteo Corti <matteo>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: cdix, jan.kratochvil, jerome.cande, pmuldoon
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:88af23d592fcaf99017b7b7daf418df47af41dd1
Fixed In Version: gdb-7.1.90.20100806-8.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-06 16:58:42 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:
Attachments:
Description Flags
File: backtrace none

Description Matteo Corti 2010-02-25 06:39:52 UTC
abrt 1.0.7 detected a crash.

architecture: i686
Attached file: backtrace
cmdline: gdb -batch -ex 'set set debug-file-direc set debug-file-directory /usr/lib/debug:/var/ca' -ex 'file file /usr/bin/te' -ex 'core-file core-file /var/cache/abrt/ccpp-1267032127-2707' -ex 'thread threa thr thread ap thre thre' -ex 'info info shar' -ex 'print print (char*)__abo' -ex 'print print (char*)__glib_asse'
component: gdb
executable: /usr/bin/gdb
kernel: 2.6.31.12-174.2.22.fc12.i686
package: gdb-7.0.1-31.fc12
rating: 4
reason: Process /usr/bin/gdb was killed by signal 6 (SIGABRT)
release: Fedora release 12 (Constantine)

Comment 1 Matteo Corti 2010-02-25 06:39:54 UTC
Created attachment 396228 [details]
File: backtrace

Comment 2 Jan Kratochvil 2010-03-11 23:15:13 UTC
Guessing there could be an uninitialized string (being attempted to be pretty printed).

Comment 3 Karel Klíč 2010-05-25 09:32:26 UTC
*** Bug 589765 has been marked as a duplicate of this bug. ***

Comment 4 Karel Klíč 2010-05-25 09:32:31 UTC
*** Bug 593703 has been marked as a duplicate of this bug. ***

Comment 5 Jan Kratochvil 2010-06-01 16:49:12 UTC
Posted:
[rfc patch] nomem: internal_error -> error
http://sourceware.org/ml/gdb-patches/2010-06/msg00005.html

Comment 6 Jan Kratochvil 2010-08-06 16:58:42 UTC
It is not the right fix but it should work in most cases.
The right fix (in the second mail follow-up) is currently a too large project for this problem.