slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Native library crash for Mac 10.4 #503

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Notice the last line in the log

What steps will reproduce the problem?
1. Run SimpleVolume.java 
2. Click with mouse to enable volume rendering
3. Navigate around to try to view volume

What is the expected output? What do you see instead?
INFO: Child "lineGraph" attached to this node "Graph node"
Jun 10, 2010 3:53:49 PM com.jme.scene.Node attachChild
INFO: Child "f4" attached to this node "Graph node"
Jun 10, 2010 3:53:49 PM com.jme.renderer.lwjgl.LWJGLTextureRenderer <init>
INFO: FBO support detected.
Jun 10, 2010 3:53:49 PM com.jme.renderer.lwjgl.LWJGLTextureRenderer initCamera
INFO: Init RTT camera
Jun 10, 2010 3:53:49 PM com.jme.renderer.AbstractCamera <init>
INFO: Camera created.
Jun 10, 2010 3:53:49 PM com.jme.scene.Node <init>
INFO: Node created.
Jun 10, 2010 3:53:49 PM com.jme.renderer.lwjgl.LWJGLTextureRenderer setupTexture
INFO: setup fbo tex with id 3: 640,120
Jun 10, 2010 3:53:49 PM com.jme.scene.Node attachChild
INFO: Child "labelGraph" attached to this node "Graph node"
MemoryPoolManager is created
TexturePoolManager is created
vvVirTexMultiRendMngr is created
volIndex: 5
== adding another volume:5
newly added volumeSize: 5, 512, 512, 180
BrickManager::addVolume() done successfully
vvVirTexRend is created: 5
adding shader for channel#3
FragProgram added: 2
addShader(): add fragProgram=2 to 5
Jun 10, 2010 3:53:56 PM com.jme.scene.Node attachChild
INFO: Child "Volume 5" attached to this node "rootNode"
Jun 10, 2010 3:53:56 PM com.jme.scene.Node attachChild
INFO: Child "Box" attached to this node "rootNode"
Invalid memory access of location 000001f4 eip=23e4c750

Original issue reported on code.google.com by caprea on 10 Jun 2010 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Jul 2010 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Jul 2010 at 12:39

GoogleCodeExporter commented 9 years ago
---------- Forwarded message ----------
From: Han S Kim <hskim@cs.ucsd.edu>
Date: Mon, Jun 28, 2010 at 3:14 PM
Subject: Re: Recompile for Mac
To: Christopher <caprea@gmail.com>

I don't think I will have time to look into this because I work from
8AM to 8PM in the office
and work even at home at night...

But it sounds like it may be because of Java VM or JDK problem.
I would try installing a different version of JDK in your building machine and
also JRE in your target machine.

Another strategy I would do is to comment out big chunks of code
to narrow down where the error comes from
until you find the line..

Yes, it's painful but that's all we have for debugging native code.
Good luck and let me know!

Thanks

Han S Kim

PhD Candidate,
Department of Computer Science and Engineering
University of California, San Diego

858 822 8942
http://www.cse.ucsd.edu/~hskim
hskim@cs.ucsd.edu

On Mon, Jun 28, 2010 at 1:08 PM, Christopher <caprea@gmail.com> wrote:
> Hi Han,
> The volume client for Mac keep crashing, but works fine under Linux
> and Win. I have tried to recompile it using our 10.6 Mac, and ti
> compiles without error.  When I run it, I keep getting the same error.
> I dont think you need to make any changes to the code. Running the
> simple-volume application on Mac I get the following error.
>
> "Invalid memory access of location 4cc3b000 eip940b9691"
>

Original comment by stephen....@gmail.com on 21 Jul 2010 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Jan 2011 at 10:38

GoogleCodeExporter commented 9 years ago
Closing a whole raft of issues because they are not relevant to the web version 
any more

Original comment by stephen....@gmail.com on 7 Mar 2011 at 10:31