[minicoredumper] Infinite loop while executing read_remote
John Ogness
john.ogness at linutronix.de
Tue Aug 3 22:52:48 CEST 2021
On 2021-08-03, John Ogness <john.ogness at linutronix.de> wrote:
> Some questions from me:
>
> Is there anything special about this binary?
>
> Is it dynamically linked?
>
> Do you use special link options?
>
> Do you use a linker other than ld, the GNU linker?
>
> Are you stripping your binary? If yes, with what options?
>
> Are you using any special minicoredumper features, such as
> linking with libminicoredumper?
>
> Are you specifying any files in the "dump_by_name" option of the recept
> file?
>
> Is this application running in any special environments? Such as
> memory-bound containers or memory-limited process resources? If yes, is
> it possible that these limits are being hit?
A few more questions:
Are you using a special (maybe hardened) dynamic loader that is not
setting DT_DEBUG?
Have you tested minicoredumper on your system? (For example, with a
simple crashing program or by sending the SEGV signal to a program?)
If you send the SEGV signal to the reported program, does it always
result in this error?
John Ogness
More information about the minicoredumper
mailing list