You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undo the python undo
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym
fixup dbgpkg
Revert "DISPATCH-1942 Use findPython when on CMake3.15+"
This reverts commit f486435
fixup too many decrefs
fixup travis yml; this is the best way ;DDDD
fixup travis yml?
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
try -fno-omit-frame-pointer
WIP: attempt at improving situation around DISPATCH-1962
WIP: attempt at improving situation around DISPATCH-1962
undo the python undo
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym
fixup dbgpkg
Revert "DISPATCH-1942 Use findPython when on CMake3.15+"
This reverts commit f486435
fixup too many decrefs
fixup travis yml; this is the best way ;DDDD
fixup travis yml?
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
try -fno-omit-frame-pointer
WIP: attempt at improving situation around DISPATCH-1962
WIP: attempt at improving situation around DISPATCH-1962
undo the python undo
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym?
fixup dbgsym
fixup dbgpkg
Revert "DISPATCH-1942 Use findPython when on CMake3.15+"
This reverts commit f486435
fixup too many decrefs
fixup travis yml; this is the best way ;DDDD
fixup travis yml?
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
fixup try -fno-omit-frame-pointer
try -fno-omit-frame-pointer
WIP: attempt at improving situation around DISPATCH-1962
WIP: attempt at improving situation around DISPATCH-1962
PyGC_Collect(); // run destructors while we still have the router around
377
+
// int ret = PyRun_SimpleString("import objgraph; import gc; gc.collect(); from qpid_dispatch_internal.management import config");
378
+
// assert(ret == 0);
379
+
380
+
// qd_python_finalize();
381
+
374
382
qd_router_free(qd->router);
375
383
qd_container_free(qd->container);
376
384
qd_server_free(qd->server);
377
385
qd_log_finalize();
378
-
qd_alloc_finalize();
379
-
qd_python_finalize();
386
+
qd_alloc_finalize(); // python objects may use alloc pool objects during finalization? TODO: they do that now // actually, no, too late to do real work now
0 commit comments