MacOS MeshViewer Toolset EXC_BAD_ACCESS

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Devon7
Posts: 9
Joined: Sun Apr 27, 2014 6:41 pm

MacOS MeshViewer Toolset EXC_BAD_ACCESS

Post by Devon7 »

Dragging the Toolset subwindow offscreen bombs.
Other MeshViewer subwindows cannot be dragged offscreen.

Code: Select all

[Session started at 2014-05-01 12:32:44 -0400.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".Setting environment variable "NO_EM_RESTART" to null value.
Setting environment variable "XRE_PROFILE_LOCAL_PATH" to null value.
Setting environment variable "XRE_PROFILE_NAME" to null value.
Setting environment variable "XUL_APP_FILE" to null value.
Setting environment variable "XRE_START_OFFLINE" to null value.
Setting environment variable "XRE_BINARY_PATH" to null value.
Setting environment variable "MOZ_LAUNCHED_CHILD" to null value.
Setting environment variable "XRE_PROFILE_PATH" to null value.
Setting environment variable "MOZ_CRASHREPORTER_RESTART_ARG_2" to null value.
tty /dev/ttys001
Loading program into debugger…
Program loaded.
run
[Switching to process 1169]
Running…
Please select the driver you want:
 (a) OpenGL 1.x/2.x/3.x
 (b) Direct3D 9.0c
 (c) Direct3D 8.1
 (d) Burning's Video
 (e) Software Renderer
 (f) NullDriver
a
Irrlicht Engine version 1.9.0
Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Using renderer: OpenGL 2.1
NVIDIA GeForce 9400M OpenGL Engine: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
Loaded texture: [color=#004080]...
...[/color]
Program received signal:  “EXC_BAD_ACCESS”.
sharedlibrary apply-load-rules all
(gdb) bt
#0  0x00000001001f8aa9 in irr::gui::CGUIEnvironment::postEventFromUser (this=0x100e609b0, event=@0x7fff5fbfeaf0) at /Users/devon/hack/irrlicht-1.9.0/source/Irrlicht/MacOSX/../CGUIEnvironment.cpp:583
#1  0x0000000100085146 in irr::CIrrDeviceStub::postEventFromUser (this=0x100a11790, event=@0x7fff5fbfeaf0) at /Users/devon/hack/irrlicht-1.9.0/source/Irrlicht/MacOSX/../CIrrDeviceStub.cpp:226
#2  0x000000010023a2bd in irr::CIrrDeviceMacOSX::postMouseEvent (this=0x100a11790, event=0x100a53ac0, ievent=@0x7fff5fbfeaf0) at /Users/devon/hack/irrlicht-1.9.0/source/Irrlicht/MacOSX/../MacOSX/CIrrDeviceMacOSX.mm:1275
#3  0x000000010023acf1 in irr::CIrrDeviceMacOSX::run (this=0x100a11790) at /Users/devon/hack/irrlicht-1.9.0/source/Irrlicht/MacOSX/../MacOSX/CIrrDeviceMacOSX.mm:1071
#4  0x0000000100007caf in main (argc=1, argv=0x7fff5fbff228) at /Users/devon/hack/irrlicht-1.9.0/source/Irrlicht/MacOSX/../../../examples/09.Meshviewer/main.cpp:990
Current language:  auto; currently c++
(gdb) 
Post Reply