[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2009-02-13 Thread Sebastien Bacher
closing the bug since the crash is fixed now

** Changed in: seahorse (Ubuntu)
 Assignee: Andreas Moog (andreas-moog) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Incomplete = Fix Released

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2009-02-12 Thread Sebastien Bacher
does anybody get the issue in intrepid or jaunty and could describe how
to trigger it?

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2009-02-12 Thread the_edge
I'm now using intrepid and just tried it out. It now works (almost).

What I did was sign a file in nautilus by right clicking it and choosing
sign (I used test.txt wich produces the signature file test.txt.sig).
Then in nautilus I double click the signature file and a notification
pops up in the lower right corner of the screen wich says:

test.txt: Good Signature
Signed by  on 2009-02-12

Notice that the name of the signer is missing.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2009-01-29 Thread Mark Preetorius
I assume, that this Problem also is the cause for the following problem:
When decrypting a singed and encrypted file via Nautilus-Contextmenu,
the message ... correct signature from xxx  no longer appears. I can
remember this working in former versions.

I also think the importance of this Bug should be high, because a
gnupg-frontend is pretty useless for many users, if they can not check
the signature of the files they receive.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-11-29 Thread marco.pallotta
I can confirm the issue on my Hardy x86_64 and seahorse 2.22.2. I think
the importance of this bug should be High because of this bug and bug
303497 (so neither with double-click on .sig file nor with seahorse-tool
a user can verify the signature)

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-20 Thread the_edge
I have the same problem. Here is the debug output from seahorse-tool
after following Andreas Moog's steps.

** Attachment added: gdb-seahorse-tool.txt
   http://launchpadlibrarian.net/1732/gdb-seahorse-tool.txt

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-04 Thread Daniel LombraƱa
I have the same problem with my Ubuntu Hardy. The seahorse-tool --verify
crashes.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-04 Thread Andreas Moog
Thanks for reporting.

Please install the following packages:

seahorse-dbgsym
libc6-dbg
libglib2.0-0-dbg
libgtk2.0-0-dbg
libsoup2.4-1-dbgsym

Then try running the program with the following command:

G_DEBUG=fatal_criticals gdb seahorse 21 | tee gdb-seahorse.txt

and enter this in gdb:

(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run arguments, if any

When it crashes, issue the following commands:

(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

This should have seahorse crash on critical warnings and generate a
backtrace with all debug-information necessary to research the issue.
Thanks again for your cooperation.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-03 Thread Andreas Moog
Have you added the repositories as stated on the page? And remember to
do an aptitude update afterwards. Unfortunately without debuggingsymbols
we can't deal with the backtrace.

** Changed in: seahorse (Ubuntu)
 Assignee: (unassigned) = Andreas Moog (andreas-moog)

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-03 Thread Tritonio
Sorry I hadn't added the debugging symbols. I did so but I still cannot
make the backtrace work. I attach the new output. I have never debugged
a program but it seems like the backtrace cannot be made because the
program terminates normally? So the only hind still is: ** (seahorse-
tool:19321): CRITICAL **: seahorse_notify_signatures: assertion `keys !=
NULL' failed

Am I doing something wrong? Isn't it possible to create a full backtrace
for the execution of a normally terminating program?

Thank you once more. :-)

** Attachment added: gdb-seahorse-tool.txt
   http://launchpadlibrarian.net/17278465/gdb-seahorse-tool.txt

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-03 Thread MattJ
On Wed, Sep 3, 2008 at 11:48 PM, Tritonio [EMAIL PROTECTED] wrote:
 Sorry I hadn't added the debugging symbols. I did so but I still cannot
 make the backtrace work. I attach the new output. I have never debugged
 a program but it seems like the backtrace cannot be made because the
 program terminates normally? So the only hind still is: ** (seahorse-
 tool:19321): CRITICAL **: seahorse_notify_signatures: assertion `keys !=
 NULL' failed

gdb gives me:

** (seahorse-tool:19073): CRITICAL **: seahorse_notify_signatures:
assertion `keys != NULL' failed

Program exited normally.
(gdb)

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-08-01 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. 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: seahorse (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Incomplete

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-08-01 Thread Tritonio
The problem still exists for me. I tried to make a bakctrace but it was 
impossible for two reasons: I cannot find the debbuging symbols package but 
even when I tried without them it seems that the program does handle the crash 
itself and exits normally so when I type:
(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

Anyway I attach my log.

Thank you very much for taking time to fix this! :-)

** Attachment added: gdb-saehorse.txt
   http://launchpadlibrarian.net/16472709/gdb-saehorse.txt

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-07-02 Thread Tritonio
I am still unable to spot the cause of this. I purchased a new laptop
and installed Hardy. Initially it worked. Then I installed lots and lots
of programs at once (including Ubuntu Satanic edition). After that the
same problem appeared. I don't that any of the programs I installed
should modify seahorse. But it seems like it is one of them that causes
the problem.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-05-13 Thread MattJ
I have the same problem:

$ seahorse-tool -v dowkd.pl.gz.sig

** (seahorse-tool:18965): CRITICAL **: seahorse_notify_signatures: assertion 
`keys != NULL' failed
$

It worked on Gutsy, I did a fresh install of Hardy, I kept all ~/.*
except .gnome, .gnome2, etc.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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