01-08-2014, 07:24 AM
Ah, but using bearbin's builds, not compiling yourself - does that work for you? We can't provide builds to people that don't run
On another issue:
Favicons aren't quite working on Linux. It seems that if the file favicon.png exists, trying to do anything with the m_FaviconData variable that involves a AppendVPrintf (i.e. LOG, AppendPrintf) causes a segmentation fault.
GDB says this:
Any ideas?
On another issue:
Favicons aren't quite working on Linux. It seems that if the file favicon.png exists, trying to do anything with the m_FaviconData variable that involves a AppendVPrintf (i.e. LOG, AppendPrintf) causes a segmentation fault.
GDB says this:
Code:
#0 0x00007ffff6ed9cba in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff6f006a2 in vsnprintf () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x0000000000597a9a in AppendVPrintf(std::string&, char const*, __va_list_tag*) ()
#3 0x00000000005b206b in cLog::Log(char const*, __va_list_tag*) ()
#4 0x000000000059a302 in LOG(char const*, ...) ()
#5 0x00000000005cc777 in cServer::InitServer(cIniFile&) ()
#6 0x00000000005c201e in cRoot::Start() ()
#7 0x0000000000580e26 in main ()
Any ideas?