Your message dated Sun, 06 May 2007 15:21:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line dia: crashes during startup when file given on command line
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dia
Version: 0.94.0-20
Severity: important

Dia crashes during startup when I specify a file on the command line (or
launch dia by clicking on a .dia file in a file manager). The toolbox
window appears for a split-second and it crashes. When I open dia by
itself, then do file->open on that same file, it works fine.

[EMAIL PROTECTED]:bazy_danych$ dia er_darek.dia
Segmentation fault
[EMAIL PROTECTED]:bazy_danych$ strace dia er_darek.dia
[...]
open("/home/democrac/.uim.d/plugin/libuim-canna.so", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/lib/uim/plugin/libuim-canna.so", O_RDONLY) = 7
close(7)                                = 0
open("/home/democrac/.uim.d/plugin/canna.scm", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/share/uim/canna.scm", O_RDONLY) = 7
close(7)                                = 0
open("/usr/lib/uim/plugin/libuim-canna.so", O_RDONLY) = 7
read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\v\0"...,
512) = 512
fstat64(7, {st_mode=S_IFREG|0644, st_size=8272, ...}) = 0
mmap2(NULL, 11292, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0)
= 0xb707a000
mmap2(0xb707c000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1) = 0xb707c000
close(7)                                = 0
open("/usr/lib/dia/libcanna.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=77208, ...}) = 0
mmap2(NULL, 77208, PROT_READ, MAP_PRIVATE, 7, 0) = 0xb69e2000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
directory)
open("/usr/lib/libcanna.so.1", O_RDONLY) = 7
read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\273"...,
512) = 512
fstat64(7, {st_mode=S_IFREG|0644, st_size=323892, ...}) = 0
mmap2(NULL, 341520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7,
0) = 0xb694d000
mmap2(0xb6998000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4b) = 0xb6998000
mmap2(0xb699c000, 17936, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb699c000
close(7)                                = 0
munmap(0xb69e2000, 77208)               = 0
time([1146855847])                      = 1146855847
open("/usr/share/uim/canna.scm", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=22975, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb692d000
read(7, ";;; canna.scm: Canna for uim.\n;;"..., 131072) = 22975
open("/usr/share/uim/japanese.scm", O_RDONLY) = 8
close(8)                                = 0
open("/usr/share/uim/japanese.scm", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=25880, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb690d000
read(8, ";;;\n;;; Copyright (c) 2003,2004 "..., 131072) = 25880
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Seems like this has something to do with my Japanese input system
(uim+canna), but I haven't experienced problems with other applications.
Also, as I explained, this happens with only some .dia files. I include
one with this message.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages dia depends on:
ii  dia-common               0.94.0-20       Diagram editor (common files)
ii  dia-libs                 0.94.0-20       Diagram editor (library files)
ii  libart-2.0-2             2.3.17-1        Library of functions for 2D graphi
ii  libatk1.0-0              1.11.3-1        The ATK accessibility toolkit
ii  libc6                    2.3.6-7         GNU C Library: Shared libraries
ii  libcairo2                1.0.4-1+b1      The Cairo 2D vector graphics libra
ii  libfontconfig1           2.3.2-5.1       generic font configuration library
ii  libfreetype6             2.1.10-3        FreeType 2 font engine, shared lib
ii  libglib2.0-0             2.10.2-1        The GLib library of C routines
ii  libgtk2.0-0              2.8.16-1        The GTK+ graphical user interface 
ii  libpango1.0-0            1.12.1-2        Layout and rendering of internatio
ii  libpng12-0               1.2.8rel-5      PNG library - runtime
ii  libpopt0                 1.7-5           lib for parsing cmdline parameters
ii  libx11-6                 6.9.0.dfsg.1-6  X Window System protocol client li
ii  libxcursor1              1.1.3-1         X cursor management library
ii  libxext6                 6.9.0.dfsg.1-6  X Window System miscellaneous exte
ii  libxi6                   6.9.0.dfsg.1-6  X Window System Input extension li
ii  libxinerama1             6.9.0.dfsg.1-6  X Window System multi-head display
ii  libxml2                  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2               6.9.0.dfsg.1-6  X Window System Resize, Rotate and
ii  libxrender1              1:0.9.0.2-1     X Rendering Extension client libra
ii  zlib1g                   1:1.2.3-11      compression library - runtime

Versions of packages dia recommends:
ii  gsfonts-x11                   0.18       Make Ghostscript fonts available t

-- no debconf information

Attachment: er_darek.dia
Description: Binary data


--- End Message ---
--- Begin Message ---
Version: 0.96.1-2

Closing Bug:

* Unreproducible
* New versions
* No feedback from reporter for about a year

Feel free to contact me if you encounter similar problems. Thanks.

Roland

--- End Message ---

Reply via email to