Task #8782 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: fsServerMS.py prints odd error messages
| Reported by: | jamoore | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | OmeroFs | Version: | n.a. |
| Keywords: | n.a. | Cc: | cneves, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
The fsServerMS.py process
|--= 98034 moore python lib/python/fsServerMS.py --Ice.Config=/Users/moore/GlencoeSoftware.git/git/omero.git/dist/var/master/servers/MonitorServer/config/config
was printing the following messages to master.err
2012-05-12 15:27:31.522 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x1057333c0 of class NSCFDictionary autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.658 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x102c25a90 of class OC_PythonObject autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.659 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x101909660 of class OC_PythonObject autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.659 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x101b067a0 of class OC_PythonObject autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.660 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x101b78650 of class NSCFString autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.660 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x101b56290 of class NSException autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.660 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x1057367e0 of class _NSCallStackArray autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.661 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x102c00010 of class _NSCallStackArray autoreleased with no pool in place - just leaking 2012-05-12 15:27:31.661 python[98034:4507] *** __NSAutoreleaseNoPool(): Object 0x105739ed0 of class NSCFData autoreleased with no pool in place - just leaking
This is on my 10.6 Mac using Homebrew with PYTHONPATH set to:
@8592_importer_annotations ~/git/components/tools/OmeroPy $ echo $PYTHONPATH /usr/local/Cellar/zeroc-ice33/3.3/python:.:/Users/moore/git/components/tools/OmeroPy/build/lib:/Users/moore/git/components/tools/OmeroPy/test::/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/
Change History (3)
comment:1 Changed 7 years ago by cblackburn
comment:2 Changed 7 years ago by jmoore
I've not seen it again, no. Googling briefly there are things like this: https://github.com/johnezang/JSONKit/issues/54
It looks like you are using JSONKit in a new thread and forgot to setup an autorelease pool in that thread.
But I don't know who did what with threads improperly. If you don't have any ideas, you're welcome to close CNR and I'll keep an eye out for it.
comment:3 Changed 7 years ago by cblackburn
- Resolution set to worksforme
- Status changed from new to closed
I can't reproduce this.
Josh: can you reproduce this?