[Bug 56139] Re: thunderbird smiley segfault

2007-12-16 Thread Henrik Nilsen Omma
I'm not able to reproduce this with Thunderbird 2.0 in Gutsy. Closing as Fix Released. ** Changed in: thunderbird (Ubuntu) Status: Confirmed => Fix Released -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notification because you are a member of

[Bug 56139] Re: thunderbird smiley segfault

2007-06-20 Thread Alexander Sack
ok, lets do some progress on this. Will review the patch. ** Changed in: thunderbird (Ubuntu) Sourcepackagename: mozilla-thunderbird => thunderbird Assignee: Mozilla Bugs => Alexander Sack Status: Needs Info => Confirmed ** Tags added: mt-eval -- thunderbird smiley segfault https://

[Bug 56139] Re: thunderbird smiley segfault

2007-05-07 Thread bluej774
Nothing else needs to be submitted. I just your patch to be added in for the repository version of thunderbird. I'd do it, but I'm not exactly sure how. -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notification because you are a member of Ubuntu Bug

[Bug 56139] Re: thunderbird smiley segfault

2007-05-07 Thread John Lenz
Uh, the comment has a patch on it... "check if aValue is negative" What else do you want submitted? I should note the comment needs a s/aValue/aOffset/g, but the patch is correct. -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notification because you

[Bug 56139] Re: thunderbird smiley segfault

2007-05-06 Thread bluej774
Thank you so much! Can you please submit that for consideration in the repository? -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list u

[Bug 56139] Re: thunderbird smiley segfault

2007-05-05 Thread John Lenz
Ok, as you can see, aValue is -1 which is causing the code IsNonwordChar(text[aOffset])) to crash. I applied the following patch to 1.5.0.10-0ubuntu3 source in Feisty, then built with export DEB_BUILD_OPTIONS="nostrip" dpkg-buildpackage -b -nc -rfakeroot causes the crash to disappear and smiley

[Bug 56139] Re: thunderbird smiley segfault

2007-05-05 Thread John Lenz
Here is a backtrace with the debug symbols... crash is at mozInlineSpellChecker.cpp:980 ** Attachment added: "backtrace with symbols" http://librarian.launchpad.net/7564955/thunder-backtrace -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 You received this bug notificati

[Bug 56139] Re: thunderbird smiley segfault

2007-05-01 Thread John Lenz
I am getting hit by this bug on Feisty's mozilla thunderbird 1.5.0.10-0ubuntu3 I don't want to report it again, but the bug is marked as needing more info. Do you need another backtrace, or what other information is needed? -- thunderbird smiley segfault https://bugs.launchpad.net/bugs/56139 Y

[Bug 56139] Re: thunderbird smiley segfault

2007-02-23 Thread David Farning
** Changed in: mozilla-thunderbird (Ubuntu) Assignee: Mozilla Team => Mozilla Bugs -- thunderbird smiley segfault https://launchpad.net/bugs/56139 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56139] Re: thunderbird smiley segfault

2007-01-30 Thread David Farning
** Changed in: mozilla-thunderbird (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Mozilla Team -- thunderbird smiley segfault https://launchpad.net/bugs/56139 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 56139] Re: thunderbird smiley segfault

2006-08-12 Thread John Vivirito
Thank you it will be looked into. -- thunderbird smiley segfault https://launchpad.net/bugs/56139 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56139] Re: thunderbird smiley segfault

2006-08-12 Thread bluej774
-- thunderbird smiley segfault https://launchpad.net/bugs/56139 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56139] Re: thunderbird smiley segfault

2006-08-12 Thread John Vivirito
Thanks for your bug report. Could you please try to obtain a backtrace by following the instructions on http://wiki.ubuntu.com/DebuggingProgramCrash. This will greatly aid us in tracking down your problem. ** Changed in: mozilla-thunderbird (Ubuntu) Status: Unconfirmed => Needs Info

[Bug 56139] Re: thunderbird smiley segfault

2006-08-12 Thread bluej774
I checked what I suspected and it's true. This segfault will only happen if the spell check as you type is turned on. If off, I can do the smiley + two spaces and do a spell check with no problem. -- thunderbird smiley segfault https://launchpad.net/bugs/56139 -- ubuntu-bugs mailing list ubun

[Bug 56139] Re: thunderbird smiley segfault

2006-08-12 Thread bluej774
I ran mozilla-thunderbird -g and I reproduced the error and here's what I got: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912549399280 (LWP 12036)] 0x2aaab539e34f in NSGetModule () from /usr/lib/mozilla-thunderbird/components/libspellchecker.so I hope that