[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-10-16 Thread Loïc Minier
** Also affects: maximus (Ubuntu Karmic) Importance: Medium Status: Fix Released -- maximus crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/433710 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package maximus - 0.4.14-0ubuntu1 --- maximus (0.4.14-0ubuntu1) karmic; urgency=low * New upstream release; fixes segfaults on free(), LP: #433710, and g_closure_invoke(), LP: #351527. -- Loic MinierFri, 02 Oct 2009 22:27:47 +0200 ** Changed in:

[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-10-02 Thread Neil J. Patel
** Changed in: maximus Status: Fix Committed => Fix Released -- maximus crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/433710 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-10-02 Thread Neil J. Patel
In two locations, we were sending pointers references to XGetProperty without initially setting the pointers to NULL. This means that, if XGetProperty fails, those pointers could still be referencing a random area of memory, and at the end of the function, we would try and XFree them, which would c

[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-09-29 Thread Vipo
crashed after closing openoffice writer -- maximus crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/433710 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 433710] Re: maximus crashed with SIGSEGV in free()

2009-09-23 Thread Neil J. Patel
** Changed in: maximus Status: New => Triaged ** Changed in: maximus Assignee: (unassigned) => Jason Smith (jassmith) -- maximus crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/433710 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 433710] Re: maximus crashed with SIGSEGV in free() (again!)

2009-09-22 Thread Paul Larson
** Visibility changed to: Public ** Summary changed: - maximus crashed with SIGSEGV in free() (again!) + maximus crashed with SIGSEGV in free() ** Changed in: maximus (Ubuntu) Status: New => Triaged ** Also affects: maximus Importance: Undecided Status: New -- maximus crashed