Project

General

Profile

Bug #2052

Updated by skyjake almost 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.

Back