Re: Troubles with JIT compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Very big oops here! See below.


> >>
> >> Well, it appears to be crashing at the first instruction. Here are the
> >> values of ebp and esp.
> >>
> >> (gdb) x/x $ebp
> >> 0xbffff168:    0xbffff188
> >> (gdb) x/x $esp
> >> 0xbffff14c:    0x0804e481
> >>

I misread your gdb display. I'm used to using the i r command to look in
the registers.

You used the x/x command, which shows the contents of the register, then
what it is pointing to.

So the values in ebp and esp DO look reasonable. That's the range I
expect in 32-bit program, and they are reasonably close to each other.

I apologize for my error.

>From what you have posted, I don't see any problems with the first few
instructions. So I have no idea why the program is crashing there.

Sorry...

--Bob


--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies]     [Security]     [Linux C Programming]     [Linux for Hams]     [DCCP]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux