Bug 863122

Summary: [abrt] python-2.7.3-7.2.fc17: notify_notification_show: Process /usr/bin/python2.7 was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: smanocch <stefano.manocchio>
Component: pythonAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: bkabrda, dmalcolm, ivazqueznet, jonathansteffan, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:3c83f72da21096035da0c3d24f79997461b53a10
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-07 18:11:16 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: core_backtrace
none
File: environ
none
File: limits
none
File: backtrace
none
File: cgroup
none
File: maps
none
File: dso_list
none
File: open_fds
none
File: var_log_messages none

Description smanocch 2012-10-04 13:26:06 UTC
Description of problem:
Printing a pdf

Version-Release number of selected component:
python-2.7.3-7.2.fc17

Additional info:
libreport version: 2.0.14
abrt_version:   2.0.13
backtrace_rating: 4
cmdline:        python /usr/lib/ipselect-button-send/ipselect-button-send.py itrm2l22 2 '[ERROR] PrintDocument: '
crash_function: notify_notification_show
kernel:         3.5.5-1.fc17.x86_64

truncated backtrace:
:Thread no. 1 (10 frames)
: #3 notify_notification_show at notification.c:568
: #4 _wrap_notify_notification_show at pynotify.c:203
: #5 call_function at /usr/src/debug/Python-2.7.3/Python/ceval.c:4082
: #6 PyEval_EvalFrameEx at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
: #7 PyEval_EvalCodeEx at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
: #8 PyEval_EvalCode at /usr/src/debug/Python-2.7.3/Python/ceval.c:689
: #9 run_mod at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1361
: #10 PyRun_FileExFlags at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1347
: #11 PyRun_SimpleFileExFlags at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:951
: #12 PyRun_AnyFileExFlags at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:755

Comment 1 smanocch 2012-10-04 13:26:10 UTC
Created attachment 621646 [details]
File: core_backtrace

Comment 2 smanocch 2012-10-04 13:26:12 UTC
Created attachment 621647 [details]
File: environ

Comment 3 smanocch 2012-10-04 13:26:14 UTC
Created attachment 621648 [details]
File: limits

Comment 4 smanocch 2012-10-04 13:26:17 UTC
Created attachment 621649 [details]
File: backtrace

Comment 5 smanocch 2012-10-04 13:26:35 UTC
Created attachment 621650 [details]
File: cgroup

Comment 6 smanocch 2012-10-04 13:26:38 UTC
Created attachment 621651 [details]
File: maps

Comment 7 smanocch 2012-10-04 13:26:41 UTC
Created attachment 621652 [details]
File: dso_list

Comment 8 smanocch 2012-10-04 13:26:49 UTC
Created attachment 621653 [details]
File: open_fds

Comment 9 smanocch 2012-10-04 13:26:51 UTC
Created attachment 621654 [details]
File: var_log_messages

Comment 10 Thomas Spura 2012-10-04 14:06:00 UTC
libnotify crashed, because it wasn't properly initialized.
From notification.c:
 566         if (!notify_is_initted ()) {
 567                 g_warning ("you must call notify_init() before showing");
 568                 g_assert_not_reached ();
 569         }

What is "/usr/lib/ipselect-button-send/ipselect-button-send.py"?
Or with what program did you print?

Comment 11 smanocch 2012-10-07 18:11:16 UTC
Closing since is related to an internal developed solution by IBM.