Bug 1131717 - [abrt] gnofract4d: PyObject_Malloc(): python2.7 killed by SIGSEGV
Summary: [abrt] gnofract4d: PyObject_Malloc(): python2.7 killed by SIGSEGV
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gnofract4d
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jerry James
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:46133a694911f6a576062f53836...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-19 22:16 UTC by mkwadee
Modified: 2014-11-22 12:37 UTC (History)
2 users (show)

Fixed In Version: gnofract4d-3.14.1-8.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-16 14:38:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (161.45 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: cgroup (181 bytes, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: core_backtrace (33.50 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: dso_list (11.18 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: environ (4.44 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: exploitable (82 bytes, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: limits (1.29 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: maps (61.94 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: open_fds (2.31 KB, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: proc_pid_status (941 bytes, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details
File: var_log_messages (501 bytes, text/plain)
2014-08-19 22:16 UTC, mkwadee
no flags Details

Description mkwadee 2014-08-19 22:16:15 UTC
Description of problem:
First running of software!

Version-Release number of selected component:
gnofract4d-3.14.1-4.fc20

Additional info:
reporter:       libreport-2.2.3
backtrace_rating: 4
cmdline:        /usr/bin/python2 /usr/bin/gnofract4d
crash_function: PyObject_Malloc
executable:     /usr/bin/python2.7
kernel:         3.15.10-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 PyObject_Malloc at /usr/src/debug/Python-2.7.5/Objects/obmalloc.c:784
 #1 PyObject_Realloc at /usr/src/debug/Python-2.7.5/Objects/obmalloc.c:1182
 #2 PyNode_AddChild at /usr/src/debug/Python-2.7.5/Parser/node.c:98
 #3 push at /usr/src/debug/Python-2.7.5/Parser/parser.c:126
 #4 PyParser_AddToken at /usr/src/debug/Python-2.7.5/Parser/parser.c:252
 #5 parsetok at /usr/src/debug/Python-2.7.5/Parser/parsetok.c:198
 #6 PyParser_ParseStringFlagsFilenameEx at /usr/src/debug/Python-2.7.5/Parser/parsetok.c:66
 #7 PyParser_ASTFromString at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1467
 #8 PyRun_StringFlags at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1334
 #9 builtin_eval at /usr/src/debug/Python-2.7.5/Python/bltinmodule.c:695

Comment 1 mkwadee 2014-08-19 22:16:19 UTC
Created attachment 928529 [details]
File: backtrace

Comment 2 mkwadee 2014-08-19 22:16:20 UTC
Created attachment 928530 [details]
File: cgroup

Comment 3 mkwadee 2014-08-19 22:16:22 UTC
Created attachment 928531 [details]
File: core_backtrace

Comment 4 mkwadee 2014-08-19 22:16:23 UTC
Created attachment 928532 [details]
File: dso_list

Comment 5 mkwadee 2014-08-19 22:16:24 UTC
Created attachment 928533 [details]
File: environ

Comment 6 mkwadee 2014-08-19 22:16:25 UTC
Created attachment 928534 [details]
File: exploitable

Comment 7 mkwadee 2014-08-19 22:16:27 UTC
Created attachment 928535 [details]
File: limits

Comment 8 mkwadee 2014-08-19 22:16:28 UTC
Created attachment 928536 [details]
File: maps

Comment 9 mkwadee 2014-08-19 22:16:29 UTC
Created attachment 928537 [details]
File: open_fds

Comment 10 mkwadee 2014-08-19 22:16:30 UTC
Created attachment 928538 [details]
File: proc_pid_status

Comment 11 mkwadee 2014-08-19 22:16:31 UTC
Created attachment 928539 [details]
File: var_log_messages

Comment 12 Jerry James 2014-08-19 22:44:10 UTC
The crash is in thread 1, inside PyObject_Malloc(), on this line:

            if ((pool->freeblock = *(block **)bp) != NULL) {

Since bp == 0x3b, dereferencing it is not a great idea.  A crash inside the memory allocation routines like this suggests memory corruption.  Is this crash repeatable?  If so, could you install the python-debug package and repeat whatever you do to cause the crash?  You'll have to launch gnofract4d by running "python-debug /usr/bin/gnofract4d".

If it is not repeatable, there's not much I can do.  Whatever really went wrong happened some unknown amount of time before the actual crash.

Comment 13 Jerry James 2014-08-19 23:01:30 UTC
Never mind, python-debug isn't going to help.  It can't read compiled modules built for the optimized python build.  We would have to build gnofract4d with python-debug.  Still, is the crash repeatable?

Comment 14 Fedora Update System 2014-11-12 22:07:43 UTC
gnofract4d-3.14.1-8.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/gnofract4d-3.14.1-8.fc20

Comment 15 Fedora Update System 2014-11-12 22:08:54 UTC
gnofract4d-3.14.1-8.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/gnofract4d-3.14.1-8.fc21

Comment 16 Fedora Update System 2014-11-13 18:06:21 UTC
Package gnofract4d-3.14.1-8.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gnofract4d-3.14.1-8.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-14800/gnofract4d-3.14.1-8.fc21
then log in and leave karma (feedback).

Comment 17 Fedora Update System 2014-11-16 14:38:57 UTC
gnofract4d-3.14.1-8.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 18 Fedora Update System 2014-11-22 12:37:29 UTC
gnofract4d-3.14.1-8.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.