Re: [Cscope-devel] cscope aborts at exit due to myexit() recursive call

2024-08-08 Thread Vladis Dronov
I'm sorry for the flood in the list. I've tried to post a message and it has not appeared in the list interface after I've waited for 24+ hours: https://sourceforge.net/p/cscope/mailman/cscope-devel/?viewmonth=202408 I thought it was rejected due to attachments. I've re-send my message without at

Re: [Cscope-devel] cscope aborts at exit due to myexit() recursive call

2024-08-06 Thread Elad Lahav
The code is definitely wrong in making non-async-signal-safe calls in a signal handler. The signal handlers should set some flag and let the main loop know that it should exit. --Elad On Tue, Aug 6, 2024 at 8:45 AM Vladis Dronov wrote: > > i know this is a dead list, so i'm sorry for a necro pos

[Cscope-devel] cscope aborts at exit due to myexit() recursive call

2024-08-06 Thread Vladis Dronov
i know this is a dead list, so i'm sorry for a necro posting into a gray void. still, we see cscope aborts at exit due to myexit() recursive call. we have 2 cases, see backtraces attached (i have no idea if this list@ accepts these attachments). also see the following for details: https://bugzill

[Cscope-devel] cscope aborts at exit due to myexit() recursive call by a signal

2024-08-06 Thread Vladis Dronov
i know this is a sort of an inactive list, so i'm sorry for necroposting into a void. still, we see cscope aborts at exit due to myexit() recursive call. we have 2 cases, see backtraces in bugzillas mentioned: https://bugzilla.redhat.com/show_bug.cgi?id=2269887 - report 1 and a research https://b

[Cscope-devel] cscope aborts at exit due to myexit() recursive call by a signal

2024-08-05 Thread Владислав Дронов
hi, know this is a sort of an inactive list, so i'm sorry for necroposting into a void. still, we see cscope aborts at exit due to myexit() recursive call. we have 2 cases, see backtraces in bugzillas mentioned: https://bugzilla.redhat.com/show_bug.cgi?id=2269887 - report 1 and a research https:/