Change History (16)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Summary: | Stability improvments → Stability improvements |
---|
comment:3 by , 15 years ago
comment:4 by , 15 years ago
- Added copy constructor and assignment operator to MgUserInformation class
- Added copy constructor and assignment operator to MgConnection class
- Make a copy of the MgUserInformation to be owned by the TLS
- Make a copy of the MgConnection to be owned by the TLS
Fixed in sandbox/adsk/2.1 r4269
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 15 years ago
Update usage of SetCurrentUserInfo() because of the TLS now having a copy of the MgUserInformation.
comment:9 by , 15 years ago
Updated SetCurrentUserInfo to use SAFE_ADDREF/SAFE_RELEASE due to double free memory error on Linux
This is what the error looked like and it would cause the server to crash on Linux: * glibc detected * ./mgserver: double free or corruption (fasttop): 0xa784f928 *
sandbox/adsk/2.1 r4930
comment:12 by , 15 years ago
Updated SetCurrentUserInfo to use SAFE_ADDREF/SAFE_RELEASE due to double free memory error on Linux
This is what the error looked like and it would cause the server to crash on Linux: * glibc detected * ./mgserver: double free or corruption (fasttop): 0xa784f928 *
trunk r4951
comment:13 by , 15 years ago
comment:15 by , 15 years ago
Updated SetCurrentUserInfo to use SAFE_ADDREF/SAFE_RELEASE due to double free memory error on Linux
This is what the error looked like and it would cause the server to crash on Linux: * glibc detected * ./mgserver: double free or corruption (fasttop): 0xa784f928 *
sandbox/adsk/2.2gp r4956
Fixed in sandbox/adsk/2.1 r4268