Skip to content

Instantly share code, notes, and snippets.

@voltechs
Created June 16, 2014 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voltechs/59849ce491a5e1179e09 to your computer and use it in GitHub Desktop.
Save voltechs/59849ce491a5e1179e09 to your computer and use it in GitHub Desktop.
my stack trace for nsevent leak
0 libsystem_malloc.dylib malloc_zone_calloc
1 libsystem_malloc.dylib calloc
2 libobjc.A.dylib class_createInstance
3 libobjc.A.dylib +[NSObject allocWithZone:]
4 AppKit -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
5 sfml-window +[SFApplication processEvent]
6 sfml-window -[SFWindowController processEvent]
7 sfml-window sf::priv::WindowImpl::popEvent(sf::Event&, bool)
8 sfml-window sf::Window::pollEvent(sf::Event&)
9 Galaxer Client::run()
...
20 libdyld.dylib start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment