On 05/18/2012 02:49 PM, Marco Pessotto wrote:
Taco Hoekwater
writes: On 05/17/2012 07:31 PM, Marco Pessotto wrote:
Anyway, I think I got the backtrace:
Nice backtrace.
You could try to print these in the debugger
(gdb) p static_pdf (gdb) p static_pdf->posstruct (gdb) p *static_pdf->posstruct
you should get something like this:
$1 = (PDF) 0x174de00 $2 = (posstructure *) 0x175e1c0 $3 = {pos = {h = 0, v = 0}, dir = 0}
but I cannot help much further as the crash does not happen on my architecture: Ubuntu 12.04, x86_64.
Best wishes, Taco
$1 = (PDF) 0x89a9270 $2 = (posstructure *) 0x1 Cannot access memory at address 0x1
I guessed as much. Unfortunately, as I cannot reproduce the bug, this is where it ends for me. Perhaps Hartmut has a 32-bit system somewhere (CC). Best wishes, Taco PS Hartmut: full thread is here: http://archive.contextgarden.net/message/20120516.012657.49ebfe34.en.html