Modify ↓
Opened at 2011-06-24T01:11:58Z
Closed at 2011-10-06T20:30:26Z
#806 closed defect (moreinfo)
bitlbee with otr crash
Reported by: | anonymous | Owned by: | pesco |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OTR | Version: | 3.0.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
- I had a conversation with a user days ago. They sign off.
- Today, they send me a message that is unencrypted (whitespace).
- Not sure if this part is related...
"otr disconnect <misspelled username>" "<misspelled username>: hi" And I get "<misspelled username>: unknown user"
- Then I send a real message to them and get this:
otr: OTR Error: You sent encrypted data to ...
Then bitlbee crashed.
Attachments (0)
Change History (2)
comment:1 Changed at 2011-07-29T07:29:25Z by
Component: | BitlBee → OTR |
---|---|
Owner: | set to pesco |
comment:2 Changed at 2011-10-06T20:30:26Z by
Resolution: | → moreinfo |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
sounds like a segfault. we need a stacktrace at the point of crash to properly diagnose the cause. the easiest way to get one would be to attach
gdb
to the running bitlbee process. like so:then attach
bitlbee-trace.txt
to this ticket.NB: if you can, do it with a debug build of bitlbee, i.e. one built with
./configure --debug=1
.