Closed
Bug 411057
Opened 18 years ago
Closed 11 years ago
###!!! ASSERTION: failed to get the CharsetAlias service: 'csAlias'
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Assigned: smontagu)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
|
5.35 KB,
text/plain
|
Details |
###!!! ASSERTION: failed to get the CharsetAlias service: 'csAlias', file c:/Debug/mozilla/intl/uconv/src/nsCharsetConverterManager.cpp, line 373
happened while i closed firefox with the bookmarks window open.
Updated•18 years ago
|
Assignee: nobody → smontagu
Component: General → Internationalization
Product: Firefox → Core
QA Contact: general → i18n
| Assignee | ||
Comment 1•18 years ago
|
||
I haven't succeeded in reproducing this on any platform. Can you provide more specific steps to reproduce?
| Reporter | ||
Comment 2•17 years ago
|
||
stack using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3pre) Gecko/2008092317 Minefield/3.0.3pre and the automated global 500 TopSite Testrun
Found during checking links on http://www.mercadolibre.com.mx
| Reporter | ||
Updated•17 years ago
|
Comment 3•11 years ago
|
||
Bug 713519 changed the NS_ASSERTION() to a NS_ENSURE_SUCCESS():
https://hg.mozilla.org/mozilla-central/diff/d76bf407d5c1/intl/uconv/src/nsCharsetConverterManager.cpp#l1.40
Bug 590390 then removed the previous NS_ENSURE_SUCCESS():
https://hg.mozilla.org/mozilla-central/diff/2893c5e0be5d/intl/uconv/src/nsCharsetConverterManager.cpp#l1.31
Finally, Bug 943268 removed nsCharsetAlias and the file entirely:
https://hg.mozilla.org/mozilla-central/diff/15680e55195c/intl/uconv/src/nsCharsetConverterManager.cpp
=> Resolving as WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•