Bug#920179: Buster: klavaro crashes with segmentation fault?

2019-02-06 Thread local10
> We believe that the bug you reported is fixed in the latest version > of klavaro Can confirm, klavaro is working for me in the version 3.03-2. Thanks for your help.

Bug#920179: Buster: klavaro crashes with segmentation fault?

2019-01-31 Thread Felipe Castro
Hi, maybe the problem arises when you use ./configure --disable-nls ? And I guess also that the user don't have localization support installed there. See that in the file "auxiliar.h" of Klavaro, the header "libintl.h" for NLS stuff is conditionally included. But when NLS is disabled, the macro

Bug#920179: Buster: klavaro crashes with segmentation fault?

2019-01-31 Thread Felipe Castro
Hi, maybe the problem arises when you use ./configure --disable-nls See that in the file "auxiliar.h" the header "libintl.h" for NLS stuff is conditionally included. But when NLS is disabled, the macro "dngettext" stays with no definition, becoming implicit declared. So we have to provide a dummy

Bug#920179: Buster: klavaro crashes with segmentation fault?

2019-01-23 Thread Bernhard Übelacker
Control: tags 920179 + upstream patch Dear Maintainer, I tried to have a look at this and think I found something. This seems to be a case of implicit function declaration defaulting to int as return type but real function returns a pointer. Therefore an invalid pointer gets later used. This

Bug#920179: Buster: klavaro crashes with segmentation fault?

2019-01-22 Thread local10
Package: klavaro Version: 3.03-1 Hi, Klavaro is crashing for me with a segmentation fault when I try to start it in Buster. Tried running 'export LC_ALL="en_US.UTF-8"' before starting Klavaro, it removed the "Locale not supported by C library" message (see below) but