Bug #2052
Updated by skyjake over 9 years ago
Build 1591, Apple LLVM version 6.1.0 (clang-602.0.49).
When running doomsday-server, in map.cpp, @sortLineOwners@ gets stuck in an infinite recursion. @splitLineOwners@ returns null, and the recursion continues down the first argument of the @mergeLineOwners@ call.
Interestingly, seems to only affect the server executable. Client works normally. GCC and MSVC release builds also work normally.
When running doomsday-server, in map.cpp, @sortLineOwners@ gets stuck in an infinite recursion. @splitLineOwners@ returns null, and the recursion continues down the first argument of the @mergeLineOwners@ call.
Interestingly, seems to only affect the server executable. Client works normally. GCC and MSVC release builds also work normally.