Re: [dev] cal -5 and -7

2017-01-16 Thread Martin Kühne
// actually, merge me with '3', right away, too case '5': case '7': nmons = switch_var - '0'; // subtracting '0' is generally safe if(--month < 1) { month += 12; year--; } break; cheers! mar77i

Re: [dev] surf crash

2017-01-16 Thread hiro
your backtrace is useless as you can probably see for yourself (in ??() - really??). reinstall your system (yes, everything) and disable all this bullshit crap like dbus, keep the debug symbols enabled and make sure gdb follows the right thread that actually segfaults. if you can't do that and want

Re: [dev] surf crash

2017-01-16 Thread Greg Minshall
Cág, > Try re-installing libjavascriptcoregtk-1.0-0. okay, did that, also installed the -dbg version to get symbols. > If that still doesn't work, bewray your > config.mk to us. that's next. below that is a revised stack trace with a few more filled-in entries. (apologies for the remaining un

Re: [dev] surf crash

2017-01-16 Thread Greg Minshall
hi, Hiro, sorry for some cluelessness on my part (i'm really an ex-BSD guy, so part of my problem is not having any clue about linux; also, i'm a gray-haired guy, so even multi-threading is sort of "after my time"). if you've patience, a few follow up questions: > reinstall your system (yes, eve

Re: [dev] surf crash

2017-01-16 Thread hiro
i don't know the Entroware Apollo, but I know that lubuntu is not stripped down at all. i'd start with a distribution that doesn't include dbus, then compile only what's needed for surf itself. this way configure scripts won't accidentally find any dbus support. you could also concentrate on figur

Re: [dev] surf crash

2017-01-16 Thread Cág
Greg Minshall wrote: that's next. below that is a revised stack trace with a few more filled-in entries. (apologies for the remaining unknowns.) Okay, try re-installing webkit, both -dev and the package. I'm not really sure what's the problem. I received segfaults on GTK+2 and some of the suc