Comment # 2
on bug 11635
from Guy Harris
(In reply to Tzu from comment #0)
> * thread #1: tid = 0x191d0d, 0x0000000100a4b1c7 Wireshark`___lldb_unnamed_function8479$$Wireshark + 169, queue = 'com.apple.main-thread', stop reason = EXC_ARITHMETIC (code=EXC_I386_DIV, subcode=0x0)
> frame #0: 0x0000000100a4b1c7 Wireshark`___lldb_unnamed_function8479$$Wireshark + 169
> Wireshark`___lldb_unnamed_function8479$$Wireshark:
> -> 0x100a4b1c7 <+169>: divl %r8d
Integer divide-by-zero.
lldb's stack trace isn't all that helpful at finding the offending line of
code. I don't know whether that's because there aren't debug symbols in the
binaries we're shipping or because lldb does a bad job of stack tracing (it
certainly does a bad job of formatting stack traces - putting the PC value
before the function name is stupid).
You are receiving this mail because:
- You are watching all bug changes.