mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
misc
This commit is contained in:
parent
cc9d73f394
commit
ae5e485cc5
@ -97,6 +97,13 @@ ModuleLoader::Module* ModuleLoader::loadModule(const Firebird::PathName& modPath
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG_THREAD_IN_UNLOADED_LIBRARY
|
||||||
|
Firebird::string command;
|
||||||
|
command.printf("echo +++ %s +++ >>/tmp/fbmaps;date >> /tmp/fbmaps;cat /proc/%d/maps >>/tmp/fbmaps",
|
||||||
|
modPath.c_str(), getpid());
|
||||||
|
system(command.c_str());
|
||||||
|
#endif
|
||||||
|
|
||||||
return FB_NEW(*getDefaultMemoryPool()) DlfcnModule(module);
|
return FB_NEW(*getDefaultMemoryPool()) DlfcnModule(module);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user