Displaying 1 result from an estimated 1 matches for "t_pseudo_end_errval".
2017 Mar 20
0
SYSCALL problem in C7
...,
while sitting stopped at a breakpoint, it will suddenly spew an apparent
segfault in, as it says at the top of the source file, "Assembly code
template for system call stubs".
The specific place always looks like this:
T_PSUEDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
ret_ERRVAL
T_PSEUDO_END_ERRVAL (SYSCALL_SYMBOL)
the red error marker points to SYSCALL_NAME.
I have no idea why its doing this, it never does it when not running
in the debugger, as far as I can tell.
and why it would croak in the debugger while sitting (apparently) idle
at a breakpoint is beyond me.
anyone here got a clue?...