[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2014-08-19 Thread Alex Valavanis
Reassign to libxml2.  Fixed upstream in 2.9.1 [1].  Now fixed in Ubuntu
Trusty.

[1]
https://git.gnome.org/browse/libxml2/commit/?id=8e2098aef7d119ee95228564174d6a87d4183f4a

** Package changed: inkscape (Ubuntu) = libxml2 (Ubuntu)

** Changed in: libxml2 (Ubuntu)
   Status: New = Fix Released

** Changed in: inkscape
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-27 Thread Bug Watch Updater
** Changed in: libxml2
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-12 Thread Bug Watch Updater
** Changed in: libxml2
   Status: Unknown = New

** Changed in: libxml2
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-01 Thread ~suv
Crash not reproduced with Inkscape 0.48+devel:
- r12155, Ubuntu 12.10 (64bit, VM), (libxml2 2.8.0+dfsg1-5ubuntu2.1, 
python-lxml 2.3.5-1, Python 2.7.3)
- r12161, OS X 10.7.4 (64bit), (libxml2 2.8.0, py27-lxml 3.0.1, Python 2.7.3)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-01 Thread Mikhail Titov
@suv You are running an outdated libxml2. Looks like it is a regression
bug in 2.9 which is shipped with Ubuntu 13.04. See
https://github.com/lxml/lxml/issues/98

I cannot narrow down the problem to simple reproducible example. You can
build libxml2 from git and test for yourself. Here is the equivalent C
code http://pastebin.com/3WAZj62N . Depending on where you installed
libxml2, to build you can use

gcc -ggdb -I/opt/libxml2/include/libxml2 -L/opt/libxml2/lib tst.c -lxml2
-o tst

./tst | xmllint -noout -

tst.svg can be taken from http://www.sendspace.com/file/doyain .

Meanwhile it would be nice if Inkscape caught an exception and gave a
user reasonable message instead of crashing in places like system.cpp

if (!doc) {
throw Input::open_failed();
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-01 Thread ~suv
 @suv You are running an outdated libxml2. (…)

That was not the point of my comment (I have no plans to update libxml2
right now: Ubuntu 12.10 installs libxml2 2.8.0 [1], and libxml2 2.9.0 is
broken on OS X Lion [2]). I only commented the test results to have
additional data in this report which would confirm narrowing it down to
Raring's version, and will refrain from adding further noise here.

[1] http://packages.ubuntu.com/source/quantal/libxml2
[2] https://bugzilla.gnome.org/show_bug.cgi?id=684024

** Bug watch added: GNOME Bug Tracker #684024
   https://bugzilla.gnome.org/show_bug.cgi?id=684024

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-01 Thread ~suv
** Bug watch removed: GNOME Bug Tracker #684024
   https://bugzilla.gnome.org/show_bug.cgi?id=684024

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-03-01 Thread Mikhail Titov
** Bug watch added: GNOME Bug Tracker #694982
   https://bugzilla.gnome.org/show_bug.cgi?id=694982

** Also affects: libxml2 via
   https://bugzilla.gnome.org/show_bug.cgi?id=694982
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-28 Thread Mikhail Titov
I set a breakpoint at script.cpp:712 and I can see that it is just that
script fails to produce well formed XML

/opt/inkscape/share/inkscape/extensions/color_morelight.py 
/tmp/ink_ext_XX.svgJ80RTW | xmllint -
-:12: parser error : AttValue: ' expected
6vs9RiG3hXUZuZlJhFgd d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw
   ^
-:12: parser error : Premature end of data in tag svg line 1
6vs9RiG3hXUZuZlJhFgd d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw
   ^

I guess there is nothing major in inkscape itself. Perhaps we can just
close this bug as invalid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-26 Thread Mikhail Titov
I can reproduce it with trunk revision 12155. I feel like it might be
something with underlying libraries on Ubuntu 13.04 32 bit. I don't know
how muh time we want to put into investigation... Though it would be
nice if inkscape was more dumb-proof and could withstand non-trivial
menu clicking :-)

I feel like something creates badly formed xml that sp_repr_read_file()
fails to read. I get same message as if from xmllint

 mlt@nb:~/workspace/inkscape$ xmllint /tmp/ink_ext_XX.svgLUK5SW
 /tmp/ink_ext_XX.svgLUK5SW:12: parser error : AttValue: ' expected
 6vs9RiG3hXUZuZlJhFgd 
d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw

^
 /tmp/ink_ext_XX.svgLUK5SW:12: parser error : Premature end of data in tag 
svg line 1
 6vs9RiG3hXUZuZlJhFgd 
d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw

^

Here is the link to that XML : http://www.sendspace.com/file/3044ib

Here is the screenshot in GUD
http://imagepaste.nullnetwork.net/viewimage.php?id=5727

I guess I should rebuild it without optimization.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-26 Thread Mikhail Titov
It happens only when image is embedded. Something is broken with base 64
representation for that particular photo.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-25 Thread JazzyNico
Still not reproduced on Debian testing, Inkscape 0.48.3.1, 0.48.4 and trunk 
revision 12150.
Tested with the file from comment #9, linked or embedded, and didn't manage to 
crash Inkscape with the color extensions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-20 Thread JazzyNico
Not reproduced on Windows XP, Inkscape 0.48.4.

Did the crash happen only once, or is it easily reproducible?
Is your JPEG file located on a remote file system or on your local disk?

Note that the ExtensionColor group doesn't work with bitmap images
(only applies to vector objects), and that you should use the
ExtensionRaster menu instead.

** Changed in: inkscape
   Importance: Undecided = High

** Changed in: inkscape
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-20 Thread Mikhail Titov
I had a thought that it was not the right menu. Indeed Extension-Raster
does work fine.

It is 100% reproducible with at least one particular file. I tried to
copy the file to /tmp/ and start from there with the same result.
Interestingly enough that it does not crash either with a clean start or
with some sample pre-installed images. I'll try to localize the issue
further.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-20 Thread JazzyNico
@Mikhail - Thanks for reporting back!

Could you please attach your JPEG file (if it's not too big and if
there's no privacy issue) so that we could investigate?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-20 Thread Mikhail Titov
I thought it was something in metadata. But after I stripped it with
exiftool, it still crashes on such action. I attach unstripped version.
I feel like it is something about this particular camera. All other
photos I tried from same camera also crash inkscape.

I failed to attach 344k file here. Here is the link to sendspace upload
http://www.sendspace.com/file/5avwt9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130225] Re: inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-02-19 Thread Alex Valavanis
** Information type changed from Private to Public

** Also affects: inkscape
   Importance: Undecided
   Status: New

** Tags added: crash extensions-plugins

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130225

Title:
  inkscape crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1130225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs