On Wednesday 19 April 2006 00:05, Christoph Bartoschek wrote: > If the if condition in line 85 is true, then line 86 crashes. > > - lanbrowsing/lisa/netmanager.cpp:183 > > If user is NULL as indicated by line 174 and the if condition in line > 181 is true, then line 183 crashes. That's the code: if ( user ) socketName+=user->pw_name; else //should never happen socketName+="???"; ::unlink(socketName.data()); sockaddr_un serverAddr; if (socketName.length() >= sizeof(serverAddr.sun_path)) { std::cout<<"NetManager::prepare: your user name \""<pw_name<<"\" is too long, exiting."<