[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2009-04-08 Thread Martin Pool
I haven't seen anything like this recently, and I don't think keeping this particular bug open is useful. ** Changed in: bzr (Ubuntu) Status: Incomplete = Invalid -- [apport] python crashed with SIGSEGV in fwrite() https://bugs.launchpad.net/bugs/85254 You received this bug notification

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2009-04-04 Thread Matthias Klose
reassigning to bzr. 1.13.1 now ignores errors on close. unsure if this report should be kept open, and where. ** Package changed: python2.5 (Ubuntu) = bzr (Ubuntu) ** Changed in: bzr (Ubuntu) Status: Confirmed = Incomplete -- [apport] python crashed with SIGSEGV in fwrite()

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2008-09-12 Thread Matthias Klose
is this still seen in hardy and/or intrepid? -- [apport] python crashed with SIGSEGV in fwrite() https://bugs.launchpad.net/bugs/85254 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2007-03-23 Thread Daniel Holbach
** Changed in: python2.5 (Ubuntu) Importance: Undecided = Medium ** Changed in: python2.5 (Ubuntu) Status: Unconfirmed = Confirmed -- [apport] python crashed with SIGSEGV in fwrite() https://launchpad.net/bugs/85254 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2007-02-15 Thread Matthias Klose
** Changed in: python-defaults (Ubuntu) Sourcepackagename: python-defaults = python2.5 -- [apport] python crashed with SIGSEGV in fwrite() https://launchpad.net/bugs/85254 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2007-02-14 Thread Martin Pool
** Attachment added: CoreDump.gz http://librarian.launchpad.net/6439715/CoreDump.gz ** Attachment added: Dependencies.txt http://librarian.launchpad.net/6439716/Dependencies.txt ** Attachment added: Disassembly.txt http://librarian.launchpad.net/6439717/Disassembly.txt ** Attachment

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2007-02-14 Thread Martin Pool
Here's a fuller stacktrace in case it is useful: File logging/__init__.py, line 750, in emit client disconnected: (9, 'Bad file descriptor') client disconnected: (9, 'Bad file descriptor') client disconnected: (9, 'Bad file descriptor') client disconnected: (9, 'Bad file descriptor')

[Bug 85254] Re: [apport] python crashed with SIGSEGV in fwrite()

2007-02-14 Thread Martin Pool
The patch in my working tree is this: === modified file 'bzrlib/transport/smart.py' --- bzrlib/transport/smart.py 2006-12-18 15:34:08 + +++ bzrlib/transport/smart.py 2007-02-15 05:11:59 + @@ -867,9 +867,11 @@ def stop_background_thread(self): self._should_terminate =