|
From: Christian S. <sch...@li...> - 2014-02-07 17:06:18
|
On Friday 07 February 2014 17:25:27 Patrick Shirkey wrote: > On Sat, February 8, 2014 1:01 am, Christian Schoenebeck wrote: > > On Friday 07 February 2014 08:54:53 Patrick Shirkey wrote: > >> It compiles fine for me on debian-7.0 64bit. However it crashes on start > > > >> and I get this backtrace: > > Does the attached patch fix it? > > Moves it slightly but looks to be the same error. I'm running lscp on a > headless machine via ssh terminal in case that has any influence. No, that's irrelevant. It rather seems static variables of the application are initialized in a different order on your machine, but that order can be different on any system. Try the attached patch, it should fix it. CU Christian |