Hey Noah, > In [2]: class Person(object): > ...: __storm_table__ = "person" > Python(10525) malloc: *** error for object 0x559df4: Non-aligned > pointer being freed > *** set a breakpoint in malloc_error_break to debug > Python(10525) malloc: *** error for object 0x559dec: Non-aligned > pointer being freed > *** set a breakpoint in malloc_error_break to debug > ...:
Wow! Weird.. Storm has no C extensions nor it uses any dirty tricks, so it can't be a problem with it. I'm curious if it might actually be something on Python itself in that environment. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
