Bug 17209 - SIGBUS with no backtrace
Summary: SIGBUS with no backtrace
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: backtrace (show other bugs)
Version: 6.8
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 09:48 UTC by Percy Sanker
Modified: 2016-05-16 17:22 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
remove (41 bytes, patch)
2016-05-15 20:56 UTC, shanjay
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Percy Sanker 2014-07-28 09:48:36 UTC
Here is the output:

(gdb) r
Starting program: /home/root/Data_reporter
[10101.498397] Alignment trap: Data_reporter (1935) PC=0xffff0fc0 Instr=0xe1923f9f Address=0x0013000d FSR 0x001

Program received signal SIGBUS, Bus error.
0xffff0fc0 in ?? ()
(gdb) bt
#0  0xffff0fc0 in ?? ()



I want to know where cause this bug, but backtrace just give me this.
Comment 1 Jan Kratochvil 2014-08-01 17:25:05 UTC
6.8 version is too old.
If this is on Apple use LLDB or try gdb-7.8 and finish its Apple backport.
Comment 2 shanjay 2016-05-15 20:56:16 UTC Comment hidden (spam)