bug-gettext
[Top][All Lists]
Advanced

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

dc*gettext call SIGABRT on macOs - version 0.22.5


From: David CARLIER
Subject: dc*gettext call SIGABRT on macOs - version 0.22.5
Date: Wed, 28 Feb 2024 20:57:13 +0000

Hi,

Maybe it had been reported already and it might be only a specific macOs issue but a basic code like the following now triggers abort with 0.22.5 whereas with the previous release it does not (note that s the homebrew package but looking at the build, it does not indicate doing something fancy neither)

#include <libintl.h>


int main(void)

{

dcgettext("", "", 0);

return 0;

}


./a.out 

zsh: abort      ./a.out




here the backrace


bt

* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT

  * frame #0: 0x000000018b2820dc libsystem_kernel.dylib`__pthread_kill + 8

    frame #1: 0x000000018b2b9cc0 libsystem_pthread.dylib`pthread_kill + 288

    frame #2: 0x000000018b1c5a40 libsystem_c.dylib`abort + 180

    frame #3: 0x00000001004866e0 libintl.8.dylib`_libintl_locale_name_thread_unsafe + 108

    frame #4: 0x0000000100483aac libintl.8.dylib`libintl_dcigettext + 184

    frame #5: 0x0000000100003f88 a.out`main + 40

    frame #6: 0x000000018af390e0 dyld`start + 2360


Kind regards.

Thanks in advance.


reply via email to

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