[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit
From: |
ijourneaux |
Subject: |
Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit |
Date: |
Wed, 2 Apr 2014 20:13:26 -0700 (PDT) |
I was able to get the debugger up and running. I have to copy over more of
the dlls and oct files and continue the troubleshooting
I am loading 5 packages. image, specfun, signal, general and control.
I am not sure how important the warning are but the key info seems to be
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1840.0x2fe8]
0x68821aa0 in liboctinterp-2!_ZN5ArrayIdED2Ev ()
from C:\Octave\Octave-3.8.1\bin\liboctinterp-2.dll
Does this point to a problem with liboctinterp-2.dll?
--------
C:\MinGW\bin>gdb C:\Octave\Octave-3.8.1\bin\octave-gui.exe
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from C:\Octave\Octave-3.8.1\bin\octave-gui.exe...done.
(gdb) run
Starting program: C:\Octave\Octave-3.8.1\bin\octave-gui.exe
[New Thread 1840.0x2700]
[New Thread 1840.0x2aac]
[New Thread 1840.0x5c0]
[New Thread 1840.0x1fc4]
[New Thread 1840.0x2a74]
[New Thread 1840.0x2298]
[New Thread 1840.0xe2c]
[New Thread 1840.0x2e70]
[New Thread 1840.0x1ea8]
[New Thread 1840.0x2a7c]
[New Thread 1840.0x2550]
[New Thread 1840.0x2fe8]
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: SNACNP::NPGetCaps::WNNC_NET_TYPE
warning: SNACNP::NPGetCaps::WNNC_USER
warning: SNACNP::NPGetCaps::WNNC_CONNECTION
warning: SNACNP::NPGetCaps::WNNC_ENUMERATION
warning: SNACNP::NPGetCaps::WNNC_ADMIN
warning: SNACNP::NPGetCaps::WNNC_DIALOG
warning: SNACNP::NPGetCaps::WNNC_START
[New Thread 1840.0x22a0]
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
warning: Invalid parameter passed to C runtime function.
[New Thread 1840.0x2de0]
warning: Invalid parameter passed to C runtime function.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1840.0x2fe8]
0x68821aa0 in liboctinterp-2!_ZN5ArrayIdED2Ev ()
from C:\Octave\Octave-3.8.1\bin\liboctinterp-2.dll
(gdb)
--
View this message in context:
http://octave.1599824.n4.nabble.com/Troubleshooting-segmentation-Violation-Octave-MXE-3-8-0-Win7-32bit-tp4662643p4663476.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit, Philip Nienhuis, 2014/04/01
- Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit,
ijourneaux <=
- Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit, ijourneaux, 2014/04/02
- Electric machines package?, Allen.Windhorn, 2014/04/03
- Re: Electric machines package?, PhilipNienhuis, 2014/04/03
- Re: Electric machines package?, Thomas D. Dean, 2014/04/03
- RE: Electric machines package?, Allen.Windhorn, 2014/04/03
- Re: Electric machines package?, Philip Nienhuis, 2014/04/04
- Re: Electric machines package?, Philip Nienhuis, 2014/04/04
- Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit, ijourneaux, 2014/04/09
- Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit, ijourneaux, 2014/04/22