srlindsay / gevent-profiler

a greenlet aware profiling module
gevent-profiler
90 stars 19 forks source link

Crash when using gevent-profiler #3

Closed c00w closed 12 years ago

c00w commented 12 years ago

The following crash is showing up:

[<greenlet.greenlet object at 0x7f31c19eab98>] call: threading: _note [<greenlet.greenlet object at 0x7f31c19eab98>] return: threading: _note: 62 [<greenlet.greenlet object at 0x7f31c19eab98>] call: threading: delete [<greenlet.greenlet object at 0x7f31c19eab98>] return: threading: delete: 613 [<greenlet.greenlet object at 0x7f31c19eab98>] return: threading: _exitfunc: 773 [<greenlet.greenlet object at 0x7f31c19eab98>] call: atexit: _run_exitfuncs [<greenlet.greenlet object at 0x7f31c19eab98>] call: init: shutdown [<greenlet.greenlet object at 0x7f31c19eab98>] return: init: shutdown: 1624 [<greenlet.greenlet object at 0x7f31c19eab98>] return: atexit: _run_exitfuncs: 13 Exception AttributeError: "'NoneType' object has no attribute 'greenlet'" in <function _remove at 0x7f31c195c8c0> ignored

srlindsay commented 12 years ago

You're seeing this crash at shutdown? Can you post a minimal repro?

c00w commented 12 years ago

I'm seeing this crash at startup. gevent-profiler does not work for me.

c00w commented 12 years ago

@srlindsay Its working again. I'm not sure how it fixed itself but it did.