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
- Follow-Ups:
- Re: Troubles with JIT compiler
- From: Scott Sibley
- Re: Troubles with JIT compiler
- References:
- Troubles with JIT compiler
- From: Scott Sibley
- Re: Troubles with JIT compiler
- From: Robert Plantz
- Re: Troubles with JIT compiler
- From: Scott Sibley
- Troubles with JIT compiler
- Prev by Date: Re: Troubles with JIT compiler
- Next by Date: Re: Troubles with JIT compiler
- Previous by thread: Re: Troubles with JIT compiler
- Next by thread: Re: Troubles with JIT compiler
- Index(es):