MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 78 forks source link

Enabling NSViewShowAlignmentRects leads to crashes #15

Closed vannip closed 11 years ago

vannip commented 11 years ago

I tried to use this flag in my project to analyze and debug some of my layouts. It crashed at startup with -[MMSafariTabStyle respondsToSelector:]: message sent to deallocated instance 0x1022447c0

Everything's back ok by toggling off the flag.

Tried with the demo project that comes with the library, and enabling -NSViewShowAlignementRects led to MMTabBarView Demo(996,0x7fff79112960) malloc: *** error for object 0x100502720: pointer being freed was not allocated

i'm running OS X 10.7.5 XCode: Version 4.6.3 (4H1503) ARC Yes

thanks in advance for any feedback or support

MiMo42 commented 11 years ago

I nailed it. Just get the latest changes.

vannip commented 11 years ago

Hi Michael, thanks a million for the fix!