Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
R1863 on OSX - hosed?
10-20-2007, 12:24 PM,
#4
 
i'm getting a different crash - looks like some memory corruption problem:


Code:
Program received signal:  "EXC_BAD_ACCESS".
(gdb) bt
#0  0x90002f26 in szone_malloc ()
#1  0x90002b0f in malloc ()
#2  0x90b4e5b3 in operator new ()
#3  0x90b2dfb6 in std::string::_Rep::_S_create ()
#4  0x90b2ef18 in std::string::_Rep::_M_clone ()
#5  0x90b309cf in std::string::reserve ()
#6  0x90b30c2e in std::string::append ()
#7  0x90b30cb8 in std::string::append ()
#8  0x000fe1d1 in std::operator+<char, std::char_traits<char>, std::allocator<char> > (__lhs=@0xbfffdfd8, __rhs=0xf51dc "/") at /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/basic_string.h:2084
#9  0x0008c0c8 in TEXTURE_SDLGL::Load (this=0x184f6998) at vdrift/tools/osx/../../src/textures.cpp:373
#10 0x0008d8ce in TEXTURES::LoadTexture (this=0x1eb274, texinfo=@0xbfffe688, w=@0xbfffe0cc, h=@0xbfffe0c8) at vdrift/tools/osx/../../src/textures.cpp:684
#11 0x00141964 in TEXTURES::LoadTexture (this=0x1eb274, texinfo=@0xbfffe688) at vdrift/tools/osx/../../include/textures.h:133
#12 0x0008d996 in TEXTURE_HANDLE::Load (this=0x184ea050, texinfo=@0xbfffe688) at vdrift/tools/osx/../../src/textures.cpp:590
#13 0x0012fdc7 in DRAWABLE::SetMiscMap1 (this=0x184f8758, tex=@0xbfffe688) at /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/stl_list.h:86
#14 0x000c8ca4 in Vamos_Body::Wheel::set_paint (this=0x42abc00, diffuse=0xbfffe6a0, misc1=0xbfffe688) at vdrift/tools/osx/../../src/vamos/body/Wheel.cc:316
#15 0x000bf932 in Vamos_Body::Gl_Car::SetPaint (this=0x427f400, pid=0) at vdrift/tools/osx/../../src/vamos/body/Gl_Car.cc:1041
#16 0x00053069 in VGUI::SpinningCar::ResetValue (this=0x184aca80) at vdrift/tools/osx/../../src/gui/spinning_car.cpp:152
#17 0x000436df in VGUI::Page::ClearSettings (this=0x184a7990) at vdrift/tools/osx/../../src/gui/page.cpp:1995
#18 0x0003794b in VGUI::Gui::ChangePage (this=0x7206c0, page_name=@0xbfffea20) at vdrift/tools/osx/../../src/gui/gui.cpp:1240
#19 0x0003c965 in VGUI::Gui::ProcessAction (this=0x7206c0, action=@0xbfffea94) at vdrift/tools/osx/../../src/gui/gui.cpp:1195
#20 0x0003ea59 in VGUI::Gui::MouseRelease (this=0x7206c0) at vdrift/tools/osx/../../src/gui/gui.cpp:329
#21 0x00021420 in GAME::Start (this=0x1e9060, args=@0xbfffed50) at vdrift/tools/osx/../../src/game.cpp:1619
#22 0x0005a8f0 in SDL_main (argc=1, argv=0x2c213c0) at vdrift/tools/osx/../../src/main.cpp:26
#23 0x0000337e in -[SDLMain applicationDidFinishLaunching:] (self=0x2c394e0, _cmd=0xf4a94, note=0x2c30160) at vdrift/tools/osx/SDLMain.m:196
#24 0x927ed17b in _nsnote_callback ()
#25 0x908563e6 in __CFXNotificationPost ()
#26 0x9084dbd1 in _CFXNotificationPostNotification ()
#27 0x927e5724 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
#28 0x927ec6c9 in -[NSNotificationCenter postNotificationName:object:] ()
#29 0x93295e94 in -[NSApplication _postDidFinishNotification] ()
#30 0x93295d7e in -[NSApplication _sendFinishLaunchingNotification] ()
#31 0x9329587d in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
#32 0x93295448 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
#33 0x927f2e65 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
#34 0x927f2c8f in _NSAppleEventManagerGenericHandler ()
#35 0x915236c5 in aeDispatchAppleEvent ()
#36 0x915235f6 in dispatchEventAndSendReply ()
#37 0x915234c2 in aeProcessAppleEvent ()
#38 0x92df00e4 in AEProcessAppleEvent ()
#39 0x9329363d in _DPSNextEvent ()
#40 0x93293056 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#41 0x9328cddb in -[NSApplication run] ()
#42 0x00003310 in CustomApplicationMain (argc=1, argv=-1073743416) at vdrift/tools/osx/SDLMain.m:174
#43 0x00003608 in main (argc=1, argv=0xbffff9c8) at vdrift/tools/osx/SDLMain.m:275
Reply


Messages In This Thread
R1863 on OSX - hosed? - by cotharyus - 10-19-2007, 09:14 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-20-2007, 11:24 AM
[No subject] - by joevenzon_phpbb2_import3 - 10-20-2007, 11:25 AM
[No subject] - by abs1nth - 10-20-2007, 12:24 PM
[No subject] - by cotharyus - 10-20-2007, 01:56 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-22-2007, 09:50 AM
[No subject] - by cotharyus - 10-22-2007, 02:48 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-23-2007, 01:20 AM
[No subject] - by cotharyus - 10-23-2007, 11:00 AM
[No subject] - by abs1nth - 10-23-2007, 11:12 AM
[No subject] - by joevenzon_phpbb2_import3 - 10-24-2007, 01:27 AM
[No subject] - by abs1nth - 10-24-2007, 12:13 PM
[No subject] - by cotharyus - 10-24-2007, 05:35 PM
[No subject] - by abs1nth - 10-24-2007, 05:45 PM
[No subject] - by cotharyus - 10-24-2007, 06:44 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-24-2007, 08:51 PM
[No subject] - by cotharyus - 10-24-2007, 10:12 PM
[No subject] - by cotharyus - 10-29-2007, 09:53 AM
[No subject] - by cotharyus - 10-29-2007, 03:07 PM
[No subject] - by abs1nth - 10-29-2007, 05:12 PM
[No subject] - by cotharyus - 10-30-2007, 08:54 AM
[No subject] - by joevenzon_phpbb2_import3 - 10-30-2007, 10:04 AM
[No subject] - by cotharyus - 10-30-2007, 11:28 AM
[No subject] - by abs1nth - 10-30-2007, 05:15 PM
[No subject] - by abs1nth - 11-01-2007, 03:05 PM
[No subject] - by cotharyus - 11-01-2007, 07:49 PM
[No subject] - by cotharyus - 12-08-2007, 05:32 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-08-2007, 08:12 PM
[No subject] - by cotharyus - 12-08-2007, 10:25 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-09-2007, 01:34 AM
[No subject] - by cotharyus - 12-09-2007, 09:53 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-10-2007, 11:13 AM
[No subject] - by cotharyus - 12-10-2007, 08:08 PM
[No subject] - by abs1nth - 12-17-2007, 09:14 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-17-2007, 08:37 PM
[No subject] - by abs1nth - 12-18-2007, 02:25 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-18-2007, 03:17 PM
[No subject] - by abs1nth - 12-18-2007, 04:28 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-21-2007, 12:47 AM
[No subject] - by abs1nth - 12-21-2007, 09:57 AM
[No subject] - by cotharyus - 12-21-2007, 06:38 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-21-2007, 07:09 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-21-2007, 07:18 PM
[No subject] - by abs1nth - 12-22-2007, 07:31 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-22-2007, 03:30 PM

Forum Jump:


Users browsing this thread: 11 Guest(s)