On Feb 8, 2012, at 11:41 PM, Jim Meyering wrote: > "list" prints a few lines around the point of abort, (not useful > immediately, when failing via abort). Usually you'll run "up" repeatedly, > until you find the PED_ASSERT line that provoked the failed assertion. > Once there, "list" is useful, and "print" (aka "p VARIABLE_NAME") to > inspect whatever variable values have not been optimized away.
So I'm not sure what's next. When I "list" I get: No symbol table is loaded. Use the "file" command. When I do "up" and get to the ped_assert line, then "list" I still get: No symbol table is loaded. Use the "file" command. And "p ped_assert" produces: $1= {<text variable, no debug info>} 0x7ffff7b6ef80 <oed_assert> Chris