Bug 13340 - Падение при попытке импортировать файл
Summary: Падение при попытке импортировать файл
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gscan2pdf (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 23:01 MSK by Turkov Oleg
Modified: 2009-01-09 02:46 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Turkov Oleg 2007-11-06 23:01:03 MSK
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.Упали
Comment 1 Vitaly Lipatov 2007-11-07 01:17:55 MSK
При запуске через 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.
Comment 2 Slava Semushin 2007-11-21 12:10:44 MSK
Господа, прощу прощения за беспокойство, вы не поможете нам разобраться, почему
gscan2pdf падает при импорте?
Comment 3 at@altlinux.org 2007-11-21 17:22:33 MSK
Ждите.  Я пока разбираюсь с rpm-build.
Comment 4 Slava Semushin 2007-12-14 13:43:29 MSK
(In reply to comment #3)
> Ждите.  Я пока разбираюсь с rpm-build.

Ждём. Мы весьма терпеливые ;)
Comment 5 Vitaly Lipatov 2008-01-09 02:42:06 MSK
Ну в общем там проблемы с локализацией, в ряде мест переводить строки нельзя:
 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);
Comment 6 Turkov Oleg 2008-03-09 15:28:59 MSK
(In reply to comment #4)
> (In reply to comment #3)
> > Ждите.  Я пока разбираюсь с rpm-build.
> 
> Ждём. Мы весьма терпеливые ;)

Багу, похоже можно закрывать. УМВР:)
Comment 7 Vitaly Lipatov 2009-01-09 02:46:43 MSK
Закрываю.