Hello viking maintainer, I just did a very primitive test. I downloaded the Debian viking source and built it natively on my system. Still segfaults. Then I replaced main() with a primitive two-liner (see below), and it still segfaults. So the error is within some start-up code or linker settings, but not the actual viking code. Unfortunately such issues are well beyond my programming skills so I don't know where to look next.
BTW I love viking, and I use it daily. Otherwise I wouldn't be pestering you like this. Thanks for maintaining such a great piece of software. /* Just a test */ int main( int argc, char *argv[] ) { fprintf(stderr, "MAIN\n"); return 0; } /* original main() */ int main1( int argc, char *argv[] ) { VikWindow *first_window; GdkPixbuf *main_icon; gboolean dashdash_already = FALSE; /* .... remaining code ...*/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org