search for: t_psuedo

Displaying 1 result from an estimated 1 matches for "t_psuedo".

Did you mean: t_pseudo
2017 Mar 20
0
SYSCALL problem in C7
...imes (not often, but too often) when running under the ddd debugger, 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 sit...