Closed
Bug 383894
Opened 18 years ago
Closed 14 years ago
Invalid memory read clearing tags [@ nsReadingIterator<char>::operator*()] detected by Valgrind
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ajschult784, Assigned: Bienvenu)
Details
(Keywords: qawanted, Whiteboard: [needs updated valgrind check])
Attachments
(1 file)
2.22 KB,
text/plain
|
Details |
With current trunk CVS, Valgrind sees an invalid memory read when clearing tags on a mail message. The relevant message had just been tagged "important". The relevant bit from the valgrind log is attached.
Assignee | ||
Comment 1•18 years ago
|
||
not a db bug...
Assignee: bienvenu → nobody
Component: MailNews: Database → MailNews: Backend
QA Contact: database → backend
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → bienvenu
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 2•15 years ago
|
||
Magnus, do you have a valgrind setup to be able to check this with current code?
Comment 3•14 years ago
|
||
bienvenu, any reason to believe this might actually be gone?
Keywords: qawanted
Whiteboard: [needs updated valgrind check]
Assignee | ||
Comment 4•14 years ago
|
||
Yes, this code has changed quite a bit since this bug was filed.
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Yes, this code has changed quite a bit since this bug was filed.
OK. with some odds that the code has changed in +4 years, and no one to run valgrind, I think it's reasonable to close this, since there's no valgrind white knight ready to test this. If wants to run valgrind to verify the problem is gone, or disagrees with closing feel free to reopen.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Summary: Invalid memory read clearing tags [@ nsReadingIterator<char>::operator*()] → Invalid memory read clearing tags [@ nsReadingIterator<char>::operator*()] detected by Valgrind
You need to log in
before you can comment on or make changes to this bug.
Description
•