[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-07-28 Thread Martin Pitt
I removed the hardy-proposed version again.

** Changed in: gthumb (Ubuntu Hardy)
   Status: Fix Committed = Confirmed

** Tags removed: verification-failed

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-07-01 Thread Jean-Baptiste Lallement
SRU Verification Hardy:

The version of gthumb 3:2.10.8-0ubuntu1.1 in hardy-proposed doesn't fix
the segfault. The exact same error occurs, a backtrace is attached.

I'm marking this report as verification-failed

** Attachment added: gdb-gthumb.txt
   http://launchpadlibrarian.net/51258111/gdb-gthumb.txt

** Tags added: verification-failed
** Tags removed: verification-needed

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-06-29 Thread Benjamin Drung
uploaded

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-06-29 Thread Jonathan Riddell
Accepted into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

** Changed in: gthumb (Ubuntu Hardy)
   Status: Confirmed = Fix Committed

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-06-29 Thread Jonathan Riddell
s/lucid-proposed/hardy-proposed/

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2010-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/gthumb

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gthumb

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-23 Thread Martin Pitt
I don't consider this an urgent thing to fix in Hardy, but the patch is
simple and obvious, so go for it.

** Changed in: gthumb (Ubuntu Hardy)
   Status: New = Confirmed

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-21 Thread Tormod Volden
Mike, thanks for your feedback!

 1) I don't think it is possible for (i  tiff) to ever occur in the
code. Is it?

I was thinking offset could even be negative, but I didn't really
check the signedness and types of the functions and variables involved.
I don't remember any longer if I got a negative in my own gdb testing.

 2) I think ireadsize should actually be i=readsize. Right?

Yes, that would be consistent with the while(ireadsize) in the code
above. And I guess to be really precise, a real tag sequence would need
a certain size so it would already be useless if i(readsize-
certainsize). But given the randomness of offset these would be corner
cases.

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-21 Thread Tormod Volden

** Attachment added: gthumb_2.10.8-0ubuntu1.1.debdiff2
   http://launchpadlibrarian.net/21518230/gthumb_2.10.8-0ubuntu1.1.debdiff2

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-12 Thread Martin West
Thanks for the super-fast reponse.

debug output attached ...

No problem on the fix urgency.

Just for information, It was produced using convert (ImageMagick) from a
scan .png image using xsane but I dont think I want to go down that
route :-)

** Attachment added: gdb-gthumb.log
   http://launchpadlibrarian.net/21121308/gdb-gthumb.log

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-12 Thread Tormod Volden
Thanks. You'll need to run the command backtrace full inside gdb
(actually all the commands from point (4) on
https://wiki.ubuntu.com/Backtrace).

Maybe you can attach the .png as well, if it's reproducable it would be
a separate bug, in imagemagick or xsane.

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-12 Thread Martin West
Actually it was a .pnm file produced by xsane.

Thanks

** Attachment added: judy-toddler-swing.pnm
   http://launchpadlibrarian.net/21131876/judy-toddler-swing.pnm

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-12 Thread Tormod Volden
I tested more on Hardy with your gthumb version. Funny enough I could
not reproduce with your jpeg, but when I converted your pnm to a jpeg,
gthumb crashed with this new jpeg. I could see from your gdb log what
could go wrong, but I needed to make an unoptimized build to verify it.

BTW, it is known that this old imagemagick version does bad things to
the exif tags, see for instance bug 178575.

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-12 Thread Tormod Volden
This is the jpeg I got with convert, which makes gthumb crash.

** Attachment added: judy.jpeg
   http://launchpadlibrarian.net/21143874/judy.jpeg

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-11 Thread Martin West

** Attachment added: offending picture
   http://launchpadlibrarian.net/21099159/judy-toddler-swing.jpeg

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 316017] Re: gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4

2009-01-11 Thread Tormod Volden
Your file is not a valid JPEG image. It is a bug that gthumb crashes
when it tries to open it. However, from testing with Jaunty I can see
that this has been fixed in gthumb 3:2.10.10-0ubuntu2.

I am not sure this will be important enough to be fixed in Ubuntu 8.04,
but it will help if you can provide more information. Please try to
obtain a backtrace following the instructions at
http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace
(as an attachment) to the bug report. This will greatly help us in
tracking down your problem.

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

-- 
gthumb[15566]: segfault at 5126c60f eip b7f7bfe6 esp bf9bab08 error 4
https://bugs.launchpad.net/bugs/316017
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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