strace gscan2pdf ... write(2, "The program 'gscan2pdf' received"..., 590The program 'gscan2pdf' received an X Window System error. This probably reflects a bug in the program. The error was 'BadIDChoice (invalid resource ID chosen for this connection)'. (Details: serial 5131 error_code 14 request_code 1 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ) = 590 exit_group(1) = ? Process 5932 detached perl: xcb_io.c:182: process_responses: Проверочное утверждение `((int) (((dpy->last_request_read)) - ((dpy->request))) <= 0)' не выполнено. Steps to Reproduce: 1.Запускаем софтинку - версия 0.9.17-alt1 2.Импортируем любой jpg файл 3.Упали
При запуске через LANG=C работает... А ошибка в посылке send($writer, sprintf("%f %s %i ", $j/($#filename+1), $filename, $resolution) .sprintf($d->get("Importing %s"), $format), 0); Похоже добавился перевод, а там что-то с установкой локали, и текст перевода не может быть воспринят на вывод. $ gscan2pdf --sync *** unhandled exception in callback: *** Wide character in send at /usr/bin/gscan2pdf line 1501. *** ignoring at /usr/bin/gscan2pdf line 963.
Господа, прощу прощения за беспокойство, вы не поможете нам разобраться, почему gscan2pdf падает при импорте?
Ждите. Я пока разбираюсь с rpm-build.
(In reply to comment #3) > Ждите. Я пока разбираюсь с rpm-build. Ждём. Мы весьма терпеливые ;)
Ну в общем там проблемы с локализацией, в ряде мест переводить строки нельзя: send($writer, sprintf("%f %s %i ", $j/($#filename+1), $filename, $resolution) .sprintf($d->get("Importing %s"), $format), 0); send($writer, '0'.$d->get('Setting up PDF'), 0);
(In reply to comment #4) > (In reply to comment #3) > > Ждите. Я пока разбираюсь с rpm-build. > > Ждём. Мы весьма терпеливые ;) Багу, похоже можно закрывать. УМВР:)
Закрываю.