Bug 863122 - [abrt] python-2.7.3-7.2.fc17: notify_notification_show: Process /usr/bin/python2.7 was killed by signal 6 (SIGABRT)
Summary: [abrt] python-2.7.3-7.2.fc17: notify_notification_show: Process /usr/bin/pyth...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dave Malcolm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3c83f72da21096035da0c3d24f7...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-04 13:26 UTC by smanocch
Modified: 2012-10-07 18:11 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-07 18:11:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: core_backtrace (1.74 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: environ (1.25 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: limits (1.29 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: backtrace (25.22 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: cgroup (132 bytes, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: maps (32.92 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: dso_list (7.00 KB, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: open_fds (337 bytes, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details
File: var_log_messages (389 bytes, text/plain)
2012-10-04 13:26 UTC, smanocch
no flags Details

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.


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