emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MPS: Forwording symbols


From: Helmut Eller
Subject: Re: MPS: Forwording symbols
Date: Tue, 18 Jun 2024 18:37:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

> and still infloops(?), hitting SIGSEGV repeatedly here:
>
>   Thread 1 received signal SIGSEGV, Segmentation fault.
>   igc_on_pdump_loaded (dump_base=dump_base@entry=0xb000008,
>       hot_start=hot_start@entry=0xb000080, hot_end=0xb585408,
>       cold_start=0xb5b0008, cold_end=cold_end@entry=0xba8b6a8,
>       cold_user_data_start=0xb7038a8, heap_end=0xb707af8) at igc.c:3763
>   3763      eassert (((struct igc_header *)cold_start)->obj_type
>   (gdb) p cold_start
>   $1 = (void *) 0xb5b0008
>   (gdb) p ((struct igc_header *)cold_start)->obj_type
>   Cannot access memory at address 0xb5b0008
>
> Any ideas are welcome.  I will gladly provide more information if
> needed.

Can you access it after calling igc_postmortem?  Maybe barriers
work differently on Windows.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]