Menu

#1241 (linux) pwsafe 0.95 crash

v1.0_(example)
closed
nobody
None
1
2015-09-23
2015-02-04
Mario
No

I'm using pwsafe-gui package on Arch-Linux AUR with yubi-key. I used with satisfaction pwsafe 0.94. Now I've tried 0.95 but it segfault upon inserting passphrase+touch on yubi-key. It doesn't crash if I put wrong passphrase (even using yubi-key).
The strace output on a segfault-ending session: http://pastebin.com/yuNjQ7Qx

Discussion

  • Rony Shapiro

    Rony Shapiro - 2015-02-06

    The strace doesn't show very much, I'm afraid.
    A core dump or backtrace from gdb would be more useful.

     
  • Mario

    Mario - 2015-02-07

    I was not able to get the bt with symbols, but I hope it is enought:

    #0  0x00007f9e3093fa04 in ?? ()
    No symbol table info available.
    #1  0x0000000000000000 in ?? ()
    No symbol table info available.
    #0  0x00007f9e3093fa04 in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::assign(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) () from /usr/lib/libstdc++.so.6
    No symbol table info available.
    #1  0x00007f9e3265f163 in wxTopLevelWindowGTK::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&) () from /usr/lib/libwx_gtk2u_core-3.0.so.0
    No symbol table info available.
    #2  0x000000000043902a in PasswordSafeFrame::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long) ()
    No symbol table info available.
    #3  0x000000000043e383 in PasswordSafeFrame::PasswordSafeFrame(wxWindow*, PWScore&, int, wxString const&, wxPoint const&, wxSize const&, long) ()
    No symbol table info available.
    #4  0x0000000000458dbc in PwsafeApp::OnInit() ()
    No symbol table info available.
    #5  0x000000000045b715 in wxAppConsoleBase::CallOnInit() ()
    No symbol table info available.
    #6  0x00007f9e31b95842 in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-3.0.so.0
    No symbol table info available.
    #7  0x000000000045474c in main ()
    No symbol table info available.
    
     

    Last edit: Mario 2015-02-07
  • Andrey Kuznetsov

    This stack trace very similar to the crash that was fixed in [98d3d4]

     

    Related

    Commit: [98d3d4]


    Last edit: Andrey Kuznetsov 2015-02-10
  • Rony Shapiro

    Rony Shapiro - 2015-09-23
    • status: open --> closed
     
  • Rony Shapiro

    Rony Shapiro - 2015-09-23

    Apparently fixed.

     

Log in to post a comment.