
John Cliff wrote:
Hi guys, Just letting you know that the windows build is currently broke, in that it compiles ok, but crashes on startup. bt gives the following, dont know why theres so many ?? as I didnt strip the binary:
#0 0x77f9eeaa in ?? () #1 0x77fb54bc in ?? () #2 0x77fb4732 in ?? () #3 0x77fa6567 in ?? () #4 0x77fcabc7 in ?? () #5 0x7800113d in _libmsvcrt_a_iname () #6 0x00ca2ee5 in ?? () #7 0x0043a93b in sp_item_init(SPItem*) () #8 0x0083dae9 in ?? () #9 0x0082b707 in ?? () #10 0x00827325 in ?? () #11 0x00827b13 in ?? () #12 0x00826f7f in ?? () #13 0x0041abb6 in sp_object_repr_build_tree(SPDocument*, SPRepr*) () #14 0x0040e041 in sp_document_create(SPReprDoc*, char const*, char const*, char const*, unsigned, unsigned) () #15 0x0040b703 in sp_document_new(char const*, unsigned, unsigned) () #16 0x004083b1 in sp_file_new() () #17 0x00401dad in sp_main_gui(int, char const**) () #18 0x004019d7 in main ()
just a note, but I've been completely unsucessful getting the dll to link with the windows version of mingw, so resorted to reverting the build process to the old larger exe. The above error occurs in both this and the nightlies from bobs site using the dll, and generates the same bt. Having checked back in the older builds the last on bobs site to work is the one dated 4/8/04. Lokos like the it didnt build on the 5th, from the 6th it crashes.
I might finally have a Windows laptop again next week... But in the meantime, you might put a breakpoint in sp-repr-object.cpp/sp_object_repr_build_tree(), and start stepping it through:
sp_object_invoke_build(object, document, repr, FALSE);
I have seen _libmsvcrt_a_iname ()
before, and I think it is merely a null pointer problem.
Bob