On Tue, Apr 12, 2011 at 10:00 PM, brian m. carlson <
[email protected]> wrote:

> On Tue, Apr 12, 2011 at 01:42:00AM -0400, A E [Gmail] wrote:
> > I can't get past this. I managed to compile the whole software platform
> > under 32-bit but when I try to run it, it core dumps.
>
> When it dumps core, what signal occurs?  If it's SIGBUS, then it's
> almost certainly an unaligned access, which means that the program is
> buggy.  If it's just SIGSEGV, that's not very helpful.
>
>
Hi Brian,
This is what I see [Notice the bold bit, which says, Signal 10, Bus Error]

[New Thread 3124]
[New Thread 3115]
[New Thread 3113]
[New Thread 3114]
[New Thread 3116]
[New Thread 3117]
[New Thread 3118]
[New Thread 3119]
[New Thread 3122]
[New Thread 3123]
Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libcrypt.so.1...(no debugging symbols
found)...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libpthread.so.0...(no debugging symbols
found)...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /usr/lib/v9/libssl.so.0.9.8...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/v9/libssl.so.0.9.8
Reading symbols from /usr/lib/v9/libcrypto.so.0.9.8...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/v9/libcrypto.so.0.9.8
Reading symbols from /lib/libncurses.so.5...(no debugging symbols
found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols
found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib/ld-linux.so.2
*Program terminated with signal 10, Bus error.*
#0  aes_encrypt (plaintext=0xcdcd0, exp_key=0xcdcfc) at
crypto/cipher/aes.c:1916
1916      v128_xor_eq(plaintext, exp_key + 0);

Reply via email to