> sqlite3_finalize(stmt); > sqlite3_close(db); > > std::cout << "DB - Password: " << password << std::endl; > return password;
The strangest part of this is that if I comment out: std::cout << "DB - Password: " << password << std::endl; Recompile it and run it. All combinations of Japanese/English usernames to passwords can be searched for and returned (displayed on label) without producing the 'unhandled exception in signal handler' Does anyone know why just this line could cause this? _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
