> I have a feeling the scoreboard is getting destroyed by it's pool
cleanup
> routine before this routine gets called:
> 
> (gdb) p ap_scoreboard_image->parent
> $2 = (process_score *) 0x2823500c
> (gdb) p i
> $3 = 0
> (gdb) p ap_scoreboard_image->parent[0]
> Cannot access memory at address 0x2823500c.
> 
> Did we intend to reuse the scoreboard across restarts, or recreate it?

The scoreboard needs to be re-used across restarts.

Ryan


Reply via email to