bleachbit.py crashed with SIGABRT in __GI___assert_fail()

Bug #925288 reported by Rahul Singh Bisht
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
BleachBit
Invalid
Undecided
Unassigned
bleachbit (Ubuntu)
Incomplete
Medium
Unassigned

Bug Description

crashed while cleaning as a root.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: bleachbit 0.9.1-1
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
CrashCounter: 1
Date: Thu Feb 2 11:08:01 2012
ExecutablePath: /usr/share/bleachbit/bleachbit.py
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: python /usr/bin/bleachbit
Signal: 6
SourcePackage: bleachbit
StacktraceTop:
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 __assert_fail () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
 ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
Title: bleachbit.py crashed with SIGABRT in raise()
UpgradeStatus: Upgraded to precise on 2012-02-01 (1 days ago)
UserGroups:

Revision history for this message
Rahul Singh Bisht (rahulbisht140) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 __GI___assert_fail (assertion=0x5c26a50 "!xcb_xlib_threads_sequence_lost", file=0x5c26caa "../../src/xcb_io.c", line=273, function=0x5c26d98 "poll_for_event") at assert.c:81
 poll_for_event (dpy=0x996be00) at ../../src/xcb_io.c:270
 poll_for_response (dpy=0x996be00) at ../../src/xcb_io.c:288
 _XEventsQueued (dpy=0x996be00, mode=2) at ../../src/xcb_io.c:362
 XPending (dpy=0x996be00) at ../../src/Pending.c:55

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in bleachbit (Ubuntu):
importance: Undecided → Medium
summary: - bleachbit.py crashed with SIGABRT in raise()
+ bleachbit.py crashed with SIGABRT in __GI___assert_fail()
tags: removed: need-i386-retrace
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in bleachbit (Ubuntu):
status: New → Confirmed
tags: added: bugpattern-needed
visibility: private → public
tags: added: raring
Revision history for this message
Sasa Paporovic (melchiaros) wrote :

Hi Andrew,

with a heat of 128 this here is the most burning issue on bleachbit on Ubuntu, so I have thought that it could be a good idea to bring this upstream.

You see the first occurence is with bleachbit 0.9.1 on precise and last seen is on bleachbit 0.9.3 in Ubuntu13.04 developer branch.

Changed in bleachbit:
status: New → Confirmed
Revision history for this message
Andrew Ziem (ahziem1) wrote :

Hmm. I do not see how to reproduce this and am not sure the problem is specific to BleachBit.

Revision history for this message
Rick Flynn (flynn1959) wrote : Re: [Bug 925288] Re: bleachbit.py crashed with SIGABRT in __GI___assert_fail()

This has been an ongoing problem for me with bleachbit. It has tended to
happen toward the end of the cleaning cycle. Not sure that's much
help...But, just maybe.....Good Luck and Thanks!

On Sat, Feb 9, 2013 at 10:26 AM, Andrew Ziem <email address hidden> wrote:

> Hmm. I do not see how to reproduce this and am not sure the problem is
> specific to BleachBit.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (947700).
> https://bugs.launchpad.net/bugs/925288
>
> Title:
> bleachbit.py crashed with SIGABRT in __GI___assert_fail()
>
> Status in BleachBit: disk space and privacy file cleaner:
> Confirmed
> Status in “bleachbit” package in Ubuntu:
> Confirmed
>
> Bug description:
> crashed while cleaning as a root.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 12.04
> Package: bleachbit 0.9.1-1
> ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
> Uname: Linux 3.2.0-12-generic i686
> ApportVersion: 1.91-0ubuntu1
> Architecture: i386
> CrashCounter: 1
> Date: Thu Feb 2 11:08:01 2012
> ExecutablePath: /usr/share/bleachbit/bleachbit.py
> InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386
> (20110427.1)
> InterpreterPath: /usr/bin/python2.7
> PackageArchitecture: all
> ProcCmdline: python /usr/bin/bleachbit
> Signal: 6
> SourcePackage: bleachbit
> StacktraceTop:
> raise () from /lib/i386-linux-gnu/libc.so.6
> abort () from /lib/i386-linux-gnu/libc.so.6
> __assert_fail () from /lib/i386-linux-gnu/libc.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> Title: bleachbit.py crashed with SIGABRT in raise()
> UpgradeStatus: Upgraded to precise on 2012-02-01 (1 days ago)
> UserGroups:
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/bleachbit/+bug/925288/+subscriptions
>

Revision history for this message
Andrew Ziem (ahziem1) wrote :

If you experienced this crash, please try the attached test program. Instructions

1. Download notify_test.py to any folder
2. Right click on the file
3. Choose Properties
4. Click on the Permissions tab
5. Enable the "execute" checkbox
6. Click Close
7. Double click on notify_test.py to run it

You should see three popup notifications: done, 1, and 2. There should be no crash. Either way, let me know.

Also let me know how often the crash happens in BleachBit.

Revision history for this message
thomas burkholder (thomasrburk) wrote :

I recently upgraded to the 64 bit version of Ubuntu 12.04 from the 32 bit
version. I just now ran bleach bit as root for the first time. Bleach bit
ran with no problems. Thanks for the work.

On Sat, Feb 9, 2013 at 7:56 PM, Andrew Ziem <email address hidden> wrote:

> If you experienced this crash, please try the attached test program.
> Instructions
>
> 1. Download notify_test.py to any folder
> 2. Right click on the file
> 3. Choose Properties
> 4. Click on the Permissions tab
> 5. Enable the "execute" checkbox
> 6. Click Close
> 7. Double click on notify_test.py to run it
>
> You should see three popup notifications: done, 1, and 2. There should
> be no crash. Either way, let me know.
>
> Also let me know how often the crash happens in BleachBit.
>
> ** Attachment added: "notify_test.py"
>
> https://bugs.launchpad.net/ubuntu/+source/bleachbit/+bug/925288/+attachment/3522675/+files/notify_test.py
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (966716).
> https://bugs.launchpad.net/bugs/925288
>
> Title:
> bleachbit.py crashed with SIGABRT in __GI___assert_fail()
>
> Status in BleachBit: disk space and privacy file cleaner:
> Confirmed
> Status in “bleachbit” package in Ubuntu:
> Confirmed
>
> Bug description:
> crashed while cleaning as a root.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 12.04
> Package: bleachbit 0.9.1-1
> ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
> Uname: Linux 3.2.0-12-generic i686
> ApportVersion: 1.91-0ubuntu1
> Architecture: i386
> CrashCounter: 1
> Date: Thu Feb 2 11:08:01 2012
> ExecutablePath: /usr/share/bleachbit/bleachbit.py
> InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386
> (20110427.1)
> InterpreterPath: /usr/bin/python2.7
> PackageArchitecture: all
> ProcCmdline: python /usr/bin/bleachbit
> Signal: 6
> SourcePackage: bleachbit
> StacktraceTop:
> raise () from /lib/i386-linux-gnu/libc.so.6
> abort () from /lib/i386-linux-gnu/libc.so.6
> __assert_fail () from /lib/i386-linux-gnu/libc.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> Title: bleachbit.py crashed with SIGABRT in raise()
> UpgradeStatus: Upgraded to precise on 2012-02-01 (1 days ago)
> UserGroups:
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/bleachbit/+bug/925288/+subscriptions
>

Revision history for this message
Luca Falavigna (dktrkranz) wrote :

Could you please check whether this bug is still present or not?

Changed in bleachbit (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Rick Flynn (flynn1959) wrote :

I
am no longer using his version, so I can not confirm. Thanks, Rick

On Fri, Mar 22, 2013 at 10:47 PM, Luca Falavigna <email address hidden>wrote:

> Could you please check whether this bug is still present or not?
>
> ** Changed in: bleachbit (Ubuntu)
> Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (947700).
> https://bugs.launchpad.net/bugs/925288
>
> Title:
> bleachbit.py crashed with SIGABRT in __GI___assert_fail()
>
> Status in BleachBit: disk space and privacy file cleaner:
> Confirmed
> Status in “bleachbit” package in Ubuntu:
> Incomplete
>
> Bug description:
> crashed while cleaning as a root.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 12.04
> Package: bleachbit 0.9.1-1
> ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
> Uname: Linux 3.2.0-12-generic i686
> ApportVersion: 1.91-0ubuntu1
> Architecture: i386
> CrashCounter: 1
> Date: Thu Feb 2 11:08:01 2012
> ExecutablePath: /usr/share/bleachbit/bleachbit.py
> InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386
> (20110427.1)
> InterpreterPath: /usr/bin/python2.7
> PackageArchitecture: all
> ProcCmdline: python /usr/bin/bleachbit
> Signal: 6
> SourcePackage: bleachbit
> StacktraceTop:
> raise () from /lib/i386-linux-gnu/libc.so.6
> abort () from /lib/i386-linux-gnu/libc.so.6
> __assert_fail () from /lib/i386-linux-gnu/libc.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> Title: bleachbit.py crashed with SIGABRT in raise()
> UpgradeStatus: Upgraded to precise on 2012-02-01 (1 days ago)
> UserGroups:
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/bleachbit/+bug/925288/+subscriptions
>

Revision history for this message
thomas burkholder (thomasrburk) wrote :

After upgrading to the 64 bit version the problem has not repeated.

On Fri, Mar 22, 2013 at 7:47 PM, Luca Falavigna <email address hidden>wrote:

> Could you please check whether this bug is still present or not?
>
> ** Changed in: bleachbit (Ubuntu)
> Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (966716).
> https://bugs.launchpad.net/bugs/925288
>
> Title:
> bleachbit.py crashed with SIGABRT in __GI___assert_fail()
>
> Status in BleachBit: disk space and privacy file cleaner:
> Confirmed
> Status in “bleachbit” package in Ubuntu:
> Incomplete
>
> Bug description:
> crashed while cleaning as a root.
>
> ProblemType: Crash
> DistroRelease: Ubuntu 12.04
> Package: bleachbit 0.9.1-1
> ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
> Uname: Linux 3.2.0-12-generic i686
> ApportVersion: 1.91-0ubuntu1
> Architecture: i386
> CrashCounter: 1
> Date: Thu Feb 2 11:08:01 2012
> ExecutablePath: /usr/share/bleachbit/bleachbit.py
> InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386
> (20110427.1)
> InterpreterPath: /usr/bin/python2.7
> PackageArchitecture: all
> ProcCmdline: python /usr/bin/bleachbit
> Signal: 6
> SourcePackage: bleachbit
> StacktraceTop:
> raise () from /lib/i386-linux-gnu/libc.so.6
> abort () from /lib/i386-linux-gnu/libc.so.6
> __assert_fail () from /lib/i386-linux-gnu/libc.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> Title: bleachbit.py crashed with SIGABRT in raise()
> UpgradeStatus: Upgraded to precise on 2012-02-01 (1 days ago)
> UserGroups:
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/bleachbit/+bug/925288/+subscriptions
>

Revision history for this message
Bluppie (benhyper) wrote :
Download full text (353.0 KiB)

Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/backenddb.xml
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend/backenddb.xml
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.bundle.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.sfwk.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.executable.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.script.PackageRegistryBackend
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/uno_packages
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/registry
Verwijderen 4,1kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/log.txt
Verwijderen 8,2kB
/home/ben/.config/libreoffice/3/user/uno_packages/cache/uno_packages.db
Verwijderen 188,4kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/8F903698240FE799F61EEDA8595181137B996156.swz
Verwijderen 466,9kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/A61663F0EB79848070C225295C549D272D01B228.swz
Verwijderen 135,2kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/B2302138B70206DAAF6737166713BEC5280D4A90.swz
Verwijderen 327,7kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/8165D3AF89956F505BBF7B18667E0B2CCB9EC367.swz
Verwijderen 4,1kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/8F903698240FE799F61EEDA8595181137B996156.heu
Verwijderen 4,1kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/B2302138B70206DAAF6737166713BEC5280D4A90.heu
Verwijderen 4,1kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/cacheSize.txt
Verwijderen 4,1kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/8165D3AF89956F505BBF7B18667E0B2CCB9EC367.heu
Verwijderen 4,1kB
/home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV/A61663F0EB79848070C225295C549D272D01B228.heu
Verwijderen 4,1kB /home/ben/.adobe/Flash_Player/AssetCache/H9LAMHZV
Firefox kan niet opgeschoond worden omdat het nog in gebruik is. Sluit het
af en probeer het opnieuw.
Verwijderen 4,1kB
/home/ben/.cache/oneconf/1ca6b65d34e8319b8c2b6986513f9fe2/last_sync
Verwijderen 4,1kB
/home/ben/.cache/oneconf/1ca6b65d34e8319b8c2b6986513f9fe2/host
Verwijderen 61,4kB
/home/ben/.cache/oneconf/1ca6b65d34e8319b8c2b6986513f9fe2/package_list_1ca6b65d34e8319b8c2b6986513f9fe2
Verwijderen 8,2kB
/home/ben/.cache/oneconf/1ca6b65d34e8319b8c2b6986513f9fe2/logo_1c...

Changed in bleachbit:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.