Closed
Bug 955654
Opened 11 years ago
Closed 11 years ago
Error: (intermediate value).buddy is null at ibConvStatsService.js:479
Categories
(Instantbird Graveyard :: Conversation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.5
People
(Reporter: florian, Assigned: aleth)
References
Details
(Whiteboard: [1.5-blocking])
Attachments
(1 file)
(deleted),
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
*** Original post on bio 2209 at 2013-10-09 16:53:00 UTC ***
Error: (intermediate value).buddy is null
Source File: resource://gre/components/ibConvStatsService.js
Line: 479
Assignee | ||
Comment 1•11 years ago
|
||
*** Original post on bio 2209 at 2013-10-18 09:47:36 UTC ***
For STR, I would guess a PM with someone on IRC who isn't a buddy.
Assignee | ||
Comment 2•11 years ago
|
||
*** Original post on bio 2209 at 2013-11-04 17:58:35 UTC ***
(In reply to comment #1)
> For STR, I would guess a PM with someone on IRC who isn't a buddy.
That doesn't seem to be it. So this still needs STR...
Assignee | ||
Updated•11 years ago
|
Whiteboard: [1.5-blocking]
Assignee | ||
Comment 3•11 years ago
|
||
*** Original post on bio 2209 at 2013-11-07 12:28:37 UTC ***
See http://log.bezut.info/instantbird/131107/#m160
Assignee | ||
Comment 4•11 years ago
|
||
*** Original post on bio 2209 at 2013-11-09 11:44:33 UTC ***
So the problem is that when !conv.buddy, we don't have a possibleConv.
Also, there is another bug here for MUCs (which doesn't throw an error) when _chatsByAccountIdAndName doesn't contain the MUC - _convsByPrplConvId is pointed at a null possibleConv.
Related: bug 955630 (bio 2185).
Assignee | ||
Comment 5•11 years ago
|
||
*** Original post on bio 2209 as attmnt 3058 at 2013-11-16 18:06:00 UTC ***
Fixes the error for now, will need revisiting in bug 955630 (bio 2185).
Attachment #8354839 -
Flags: review?(nhnt11)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → aleth
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 8354839 [details] [diff] [review]
Patch
*** Original change on bio 2209 attmnt 3058 at 2013-11-16 18:24:28 UTC was without comment, so any subsequent comment numbers will be shifted ***
Attachment #8354839 -
Flags: review?(nhnt11) → review+
Assignee | ||
Updated•11 years ago
|
Whiteboard: [1.5-blocking] → [1.5-blocking][checkin-needed]
Comment 7•11 years ago
|
||
*** Original post on bio 2209 at 2013-11-16 19:38:46 UTC ***
http://hg.instantbird.org/instantbird/rev/43a085f7cc76
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [1.5-blocking][checkin-needed] → [1.5-blocking]
Target Milestone: --- → 1.5
You need to log in
before you can comment on or make changes to this bug.
Description
•