[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mex file using strings compiled on Win64 crashes
From: |
Bug80 |
Subject: |
mex file using strings compiled on Win64 crashes |
Date: |
Fri, 5 Jul 2013 04:39:00 -0700 (PDT) |
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?
--
View this message in context:
http://octave.1599824.n4.nabble.com/mex-file-using-strings-compiled-on-Win64-crashes-tp4655230.html
Sent from the Octave - General mailing list archive at Nabble.com.
- mex file using strings compiled on Win64 crashes,
Bug80 <=