Bug#718436: dconf-tools: dconf-editor segfaults when selected item is removed

2013-07-31 Thread Nagaev Boris
Package: dconf-tools Version: 0.12.1-3 When item opened in dconf-editor is removed using external program, then dconf-editor segfaults. 1. Create custom keyboard shortcut using System settings Hardware Keyboard Shortcuts. 2. Open dconf-editor ** (dconf-editor:9590): WARNING **:

Bug#758580: luabind null pointer dereference

2014-08-26 Thread Nagaev Boris
Hello! Related problem. If C++ function return null plain pointer and this function is called from Lua, the resulting Lua object crashes the whole program when any its method is called. These two problems (with adopting and direct returning null pointers) can be solved by library user without

Bug#758580: luabind null pointer dereference

2014-08-26 Thread Nagaev Boris
Please ignore my previous e-mail. The problem introduced and the solution proposed are invalid. Sorry for inconvenience. Best regards, Boris Nagaev On Wed, Aug 27, 2014 at 3:04 AM, Nagaev Boris bnag...@gmail.com wrote: Hello! Related problem. If C++ function return null plain pointer

Bug#757592: Broken symbolic link from libwt-common to jPlayer

2014-08-09 Thread Nagaev Boris
Package: libwt-common Version: 3.2.1-2 Package libwt-common contains broken symbolic link: /usr/share/Wt/resources/jPlayer/skin/blue.monday - usr/share/javascript/jquery-jplayer/skins/blue.monday This link lacks / in the beginning. I think, this bug can be fixed by adding / to the symlink or by

Bug#757592: broken symlink to jPlayer file

2014-08-09 Thread Nagaev Boris
Wt loads file /resources/jPlayer/skin/jplayer.blue.monday.css So actually we need symlink /usr/share/Wt/resources/jPlayer/skin/jplayer.blue.monday.css - /usr/share/javascript/jquery- jplayer/skins/blue.monday/jplayer.blue.monday.css Best regards, Boris Nagaev -- To UNSUBSCRIBE, email to

Bug#757125: shedskin's file.cpp fails to compile

2014-08-05 Thread Nagaev Boris
Package: shedskin Version: 0.9.2-1 I tried to compile a simple python program to C++ and then to binary. $ cat 4.py print(333) $ shedskin 4.py $ make g++ -O2 -march=native -Wno-deprecated -I. -I/usr/share/shedskin/lib 4.cpp /usr/share/shedskin/lib/re.cpp /usr/share/shedskin/lib/builtin.cpp

Bug#774346: lua5.2: luac listings choke on long strings

2015-01-01 Thread Nagaev Boris
Package: lua5.2 Version: 5.2.1-3+deb7u1 I tried to reproduce known Lua 5.2 bugs in my lua5.2 installed from Debian Wheezy: http://www.lua.org/bugs.html#5.2.2-5 $ cat test.lua -- When you call 'luac -l' over this chunk, it chokes the output s=Lorem ipsum dolor sit amet, consectetur, $ luac5.2

Bug#774345: lua5.2: resuming the running coroutine makes it unyieldable

2015-01-01 Thread Nagaev Boris
Package: hello Version: 5.2.1-3+deb7u1 I tried to reproduce known Lua 5.2 bugs in my lua5.2 installed from Debian Wheezy: http://www.lua.org/bugs.html#5.2.2-8 $ cat test.lua -- should print 'true' print(coroutine.resume(coroutine.create(function() coroutine.resume(coroutine.running())

Bug#774345: replace package name with lua5.2

2015-01-01 Thread Nagaev Boris
Hello, I have reported this bug as bug of package hello. Please, replace package name with lua5.2 Best regards, Boris Nagaev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#779004: ipython-notebook-common has incompatible versions on underscore and backbone embedded

2015-02-22 Thread Nagaev Boris
Package: ipython-notebook-common Version: 2.3.0-2 When I open new or existing project in ipython-notebook, the browser page gets empty and the following error message is logged: TypeError: _.has is not a function (in backbone.js). According to this comment on stackoverflow [1], underscore =

Bug#804474: ucl: memory errors in compressing function

2015-11-08 Thread Nagaev Boris
Package: libucl-dev Version: 1.03-5 Memory errors are detected by valgrind in the following program: // Compile: gcc test.c -g -o test.exe -lucl #include #include #define COMPRESSED_LEN 1024 int main() { const char* uncompressed = "test test test"; char

Bug#854368: gcc-mingw-w64: programs built with --coverage do not create *.gcda files

2017-02-06 Thread Nagaev Boris
Package: gcc-mingw-w64 Version: 6.2.1-3+19.2 Severity: normal Tags: upstream I believe that for GCC >= 5 with MinGW-w64 backend flag --coverage doesn't work correctly. Steps to reproduce: * install Debian Stretch (testing) * install gcc-mingw-w64 and wine * compile the C program [1] with