|
From: | Michael Goffioul |
Subject: | Re: mex file using strings compiled on Win64 crashes |
Date: | Fri, 5 Jul 2013 11:06:18 -0400 |
I tested the following on two installations of Octave3.6.4_gcc4.6.2, one on
Win32 (Windows 7) and one on Win64 (Windows 8) for a particular mex file.
Here is the code:
Compiled on Win32, run on Win32 --> works
Compiled on Win32, run on Win64 --> works
Compiled on Win64, run on Win32 --> crashes w/a segmentation fault
Compiled on Win64, run on Win64 --> crashes w/a segmentation fault
Apparently, there is something different different in the compilation
process between Win32 and Win64. Anyone has an idea what is possibly going
on?
[Prev in Thread] | Current Thread | [Next in Thread] |