On Mon, 16 Sep 2013 15:24:31 +0300 Nerijus Baliunas <[email protected]> wrote:
NB> I am slowly upgrading my distro to 64 bit, so it may be related. NB> I have global password enabled, but the password window is too small NB> and there is no text field to enter password (screenshot attached). Sorry, I really have no idea about how could this happen... We use just a plain text input dialog here (which is probably a bad idea, security-wise, but this is a different subject) and it really should work. NB> After I press ESC or Enter I get segfault: NB> NB> Program received signal SIGSEGV, Segmentation fault. NB> 0x0000000000628884 in reKey (key=0x7fffffff9420) at .src/util/twofish2.c:728 NB> 728 } NB> (gdb) bt NB> #0 0x0000000000628884 in reKey (key=0x7fffffff9420) at .src/util/twofish2.c:728 NB> #1 0x732f7877cd878697 in ?? () NB> #2 0x6772617283949096 in ?? () NB> #3 0x00000000e2e28acc in ?? () NB> ... NB> NB> Any ideas? If you have symbols (i.e. the binaries are not stripped), then the stack was corrupted. In this case, ideal would be to run it under gdb, break on setup_twofish() and step over it to see what's going on. If the stack above is correct, i.e. you just don't have the symbols, then the first thing to do would be to build a version of the binary with the symbols. I also strongly hope that this was just some build mishap which will magically disappear after a rebuild... Good luck, VZ
pgpmL_cXhdwL4.pgp
Description: PGP signature
------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
