Closed
Bug 68019
Opened 24 years ago
Closed 12 years ago
assertions when opening mail account
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: blizzard, Unassigned)
Details
(Keywords: assertion)
Attachments
(2 files)
|
757 bytes,
patch
|
Details | Diff | Splinter Review | |
|
4.06 KB,
text/plain
|
Details |
Build is 2001 02 07. When I open a mail account I'm getting truckloads of
assertions that look like this:
###!!! ASSERTION: couldn't get names: 'names', file
../../../../../mozilla/mailnews/base/search/src/nsMsgSearchTerm.cpp, line 929
###!!! Break: at file
../../../../../mozilla/mailnews/base/search/src/nsMsgSearchTerm.cpp, line 929
###!!! ASSERTION: couldn't get addresses: 'addresses', file
../../../../../mozilla/mailnews/base/search/src/nsMsgSearchTerm.cpp, line 930
###!!! Break: at file
../../../../../mozilla/mailnews/base/search/src/nsMsgSearchTerm.cpp, line 930
| Reporter | ||
Comment 1•24 years ago
|
||
I'm marking this critical for 0.8 since it might indicate another problem. If
it turns out not to be then feel free to remove it.
Whiteboard: critical for mozilla 0.8
Scott, can you reassign to some one in this area? I don't get the assertion on
today's winNT debug build. This is coming from search and the "names" is
returned by ParseHeaderAddresses which is in mime.
Assignee: chuang → putterman
Comment 3•24 years ago
|
||
reassigning to gayatrib and cc'ing bienvenu. Is this assertion the result of
anything that needs to be fixed right away?
Assignee: putterman → gayatrib
Comment 4•24 years ago
|
||
If this is related to Chris's problem with mail filters not firing (which I bet
it is), then I'd guess it is critical. I'm not seeing these assertions myself.
Comment 5•24 years ago
|
||
This looks like a bug in the rfc822 message header parser.
nsMsgHeaderParser::ParseHeaderAddresses - I wonder if some i18n code changed
(though I don't know why I'm not seeing this). Chris, can you run in the
debugger and see what the string and charset passed in to ParseHeaderAddresses is?
| Reporter | ||
Comment 6•24 years ago
|
||
Can we do this with debugging printf()'s? I don't have a working build and
debugger right now.
Comment 7•24 years ago
|
||
we certainly could. I'll attach a patch.
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Chris, can you apply this patch and let me know if anything is printed out? You
don't need me to check this in, do you?
thanks.
| Reporter | ||
Comment 10•24 years ago
|
||
Doesn't seem to hurt anything that I can see. OK for 0.8.
Whiteboard: critical for mozilla 0.8
Comment 11•24 years ago
|
||
are you seeing any printf's? Are you still seeing the assertions? I don't see
any reason to check this in for .8 since it's just for diagnosis, and I haven't
heard anyone else having this problem.
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
I should point out that the assertions I attached are when I open mail/news from
the browser. Perhaps this is a different problem?
Comment 14•24 years ago
|
||
Mack, those are definitely different assertions, and have to do with your
account setup. It's messed up somehow, though beyond that I couldn't say.
QA Contact: esther → stephend
Comment 16•23 years ago
|
||
This is over a year old. Are the assertions still there?
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 18•20 years ago
|
||
This seems more like a general account manager or main mail window & not an
address book problem. Changing the component.
Component: Address Book → MailNews: Main Mail Window
QA Contact: stephend
Updated•17 years ago
|
Comment 19•12 years ago
|
||
No errors in SeaMonkey/2.23a2 any more.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•