Comment 42 for bug 1608180

Revision history for this message
Matthias Apitz (gubu) wrote : Re: [Bug 1608180] Re: stellarium 0.14.3 on FreeBSD 11-CUR amd64 crashes on start

> Apart from memory corruption, it also could be that Stellarium ends up
> executing wrong memory for some reason. Can you mount linprocfs(5) and
> "cat /compat/linux/proc/<stellaium-pid>/maps"?

I will attach the file 'maps' of this script:

# cat launch.sh

work/stellarium-0.15.1/src/stellarium &

while true; do
    cat /compat/linux/proc/$!/maps >> maps
    echo MAPS >> maps
done

which catches the maps during the live of the proc.