Closed
Bug 593633
Opened 15 years ago
Closed 15 years ago
Crash if you select "Sort by Subject" on RSS Feed [@ __abort | release_file_streams_for_task | ... | UCGetCollationKey | nsCollationMacUC::AllocateRawSortKey ]
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 591143
People
(Reporter: linkfan551, Assigned: smontagu)
Details
(Keywords: crash)
Crash Data
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2
Thunderbird will crash if you select to sort by subject name on an RSS Feed if you have many messages in the feed inbox. Thunderbird will can still sort by date, and from, but not Subject.
Other feeds with not so many do not crash. I do not know the exact number needed for it to crash.
Reproducible: Always
Steps to Reproduce:
1. Subscribe to an RSS feed
2. Have many messages in the RSS "inbox"
3. Try to sort by subject
4. Crash
Actual Results:
Thunderbird crashes, OSX displays an error report.
Expected Results:
Sorted the feed by Subject
I will attach the error/crash log OSX gave me. Thunderbird did not produce one.
Keywords: crash,
stackwanted
| Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 472203 [details]
Crash report OSX gave
Process: thunderbird-bin [328]
Path: /Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin
Identifier: org.mozilla.thunderbird
Version: 3.1.2 (3.1.2)
Code Type: X86 (Native)
Parent Process: launchd [96]
Date/Time: 2010-09-04 14:45:58.305 -0700
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
__abort() called
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x95592ef6 __kill + 10
1 libSystem.B.dylib 0x95592ee8 kill$UNIX2003 + 32
2 libSystem.B.dylib 0x9562562d raise + 26
3 libSystem.B.dylib 0x9563b679 __abort + 124
4 libSystem.B.dylib 0x9561e3bc release_file_streams_for_task + 0
5 libicucore.A.dylib 0x944d2e71 ucol_setVariableTop + 12435
6 libicucore.A.dylib 0x944ca97b ucol_getSortKey + 71
7 ...ple.CoreServices.CarbonCore 0x96ad7044 UCGetCollationKey + 377
8 org.mozilla.thunderbird 0x000428d6 XRE_GetFileFromPath + 195286
Attachment #472203 -
Attachment is obsolete: true
nsCollationMacUC::AllocateRawSortKey
173 OSStatus err = ::UCGetCollationKey(mCollator, (const UniChar*) PromiseFlatString(stringIn).get(),
Assignee: nobody → smontagu
Status: UNCONFIRMED → NEW
Component: General → Internationalization
Ever confirmed: true
Keywords: stackwanted
Product: Thunderbird → Core
QA Contact: general → i18n
Summary: Crash if you select "Sort by Subject" on RSS Feed → Crash if you select "Sort by Subject" on RSS Feed [@ __abort | release_file_streams_for_task | ... | UCGetCollationKey | nsCollationMacUC::AllocateRawSortKey ]
Version: unspecified → 1.9.1 Branch
Comment 5•15 years ago
|
||
linkfan, any all caps subjects, as mentioned in bug 591143?
| Reporter | ||
Comment 6•15 years ago
|
||
(In reply to comment #5)
> linkfan, any all caps subjects, as mentioned in bug 591143?
Yes.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Crash Signature: [@ __abort | release_file_streams_for_task | ... | UCGetCollationKey | nsCollationMacUC::AllocateRawSortKey ]
You need to log in
before you can comment on or make changes to this bug.
Description
•