Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matlab crash! When running OnRtnDepthMarketData. #1

Open
fouvy opened this issue Dec 12, 2012 · 2 comments
Open

matlab crash! When running OnRtnDepthMarketData. #1

fouvy opened this issue Dec 12, 2012 · 2 comments

Comments

@fouvy
Copy link

fouvy commented Dec 12, 2012

MATLAB crash file:C:\DOCUME1\ADMINI1\LOCALS~1\Temp\matlab_crash_dump.6968-1:


      (unknown signal) detected at Wed Dec 12 14:52:31 2012

Configuration:
Crash Decoding : Disabled
Default Encoding: GBK
MATLAB Root : D:\Program Files\MATLAB\R2011b
MATLAB Version : 7.13.0.564 (R2011b)
Operating System: Microsoft Windows XP
Processor ID : x86 Family 15 Model 6 Stepping 3, AuthenticAMD
Virtual Machine : Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Window System : Version 5.1 (Build 2600: Service Pack 3)

Fault Count: 1

Abnormal termination:
(unknown signal)

Register State (from fault):
EAX = 39c7fa80 EBX = 00000005
ECX = 00000000 EDX = 0000004b
ESP = 39c7fa7c EBP = 39c7fad0
ESI = 39c7fb40 EDI = 37b90338

EIP = 7c812afb EFL = 00000206

CS = 0000001b DS = 00000023 SS = 00000023
ES = 00000023 FS = 0000003b GS = 00000000

Stack Trace (from fault):
[ 0] 0x7c812afb C:\WINDOWS\system32\kernel32.dll+00076539 ( RaiseException+000082 )
[ 1] 0x79222b54 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+00928596 ( GetCLRFunction+053769 )
[ 2] 0x7926849b C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+01213595 ( CopyPDBs+019125 )
[ 3] 0x793f9d72 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+02858354 ( CorLaunchApplication+075914 )
[ 4] 0x7a41ac1c C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\mscorlib\d6e053b4e78f3077025a0c035237d5cc\mscorlib.ni.dll+12168220 ( ???+075914 )
[ 5] 0x384e06cd ( ???+075914 )
[ 6] 0x384e2b40 ( ???+075914 )
[ 7] 0x0d8e75e3 ( ???+075914 )
[ 8] 0x2e251339 D:\GIT\ctp\Matlab-DotNet\test\QuantBox.C2CTP.dll+00004921 ( ???+075914 )
[ 9] 0x2e251070 D:\GIT\ctp\Matlab-DotNet\test\QuantBox.C2CTP.dll+00004208 ( ???+075914 )
[ 10] 0x7c80b729 C:\WINDOWS\system32\kernel32.dll+00046889 ( GetModuleFileNameA+000442 )

If this problem is reproducible, please submit a Service Request via:
http://www.mathworks.com/support/contact_us/

A technical support engineer might contact you with further information.

Thank you for your help.

@fouvy
Copy link
Author

fouvy commented Dec 14, 2012

MATLAB crash file:C:\DOCUME1\ADMINI1\LOCALS~1\Temp\matlab_crash_dump.2708-1:


      (unknown signal) detected at Fri Dec 14 16:16:17 2012

Configuration:
Crash Decoding : Disabled
Default Encoding: GBK
MATLAB Root : D:\Program Files\MATLAB\R2011b
MATLAB Version : 7.13.0.564 (R2011b)
Operating System: Microsoft Windows XP
Processor ID : x86 Family 15 Model 6 Stepping 3, AuthenticAMD
Virtual Machine : Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Window System : Version 5.1 (Build 2600: Service Pack 3)

Fault Count: 1

Abnormal termination:
(unknown signal)

Register State (from fault):
EAX = 2c5ffa80 EBX = 00000005
ECX = 00000000 EDX = 0000004b
ESP = 2c5ffa7c EBP = 2c5ffad0
ESI = 2c5ffb40 EDI = 000e9820

EIP = 7c812afb EFL = 00000206

CS = 0000001b DS = 00000023 SS = 00000023
ES = 00000023 FS = 0000003b GS = 00000000

Stack Trace (from fault):
[ 0] 0x7c812afb C:\WINDOWS\system32\kernel32.dll+00076539 ( RaiseException+000082 )
[ 1] 0x79222b54 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+00928596 ( GetCLRFunction+053769 )
[ 2] 0x7926849b C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+01213595 ( CopyPDBs+019125 )
[ 3] 0x793f9d72 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll+02858354 ( CorLaunchApplication+075914 )
[ 4] 0x7a41ac1c C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\mscorlib\d6e053b4e78f3077025a0c035237d5cc\mscorlib.ni.dll+12168220 ( ???+075914 )
[ 5] 0x074e315d ( ???+075914 )
[ 6] 0x074e5db0 ( ???+075914 )
[ 7] 0x06e46486 ( ???+075914 )
[ 8] 0x074f1339 D:\GIT\ctp\Matlab-DotNet\test\QuantBox.C2CTP.dll+00004921 ( ???+075914 )
[ 9] 0x074f1070 D:\GIT\ctp\Matlab-DotNet\test\QuantBox.C2CTP.dll+00004208 ( ???+075914 )
[ 10] 0x7c80b729 C:\WINDOWS\system32\kernel32.dll+00046889 ( GetModuleFileNameA+000442 )

If this problem is reproducible, please submit a Service Request via:
http://www.mathworks.com/support/contact_us/

A technical support engineer might contact you with further information.

Thank you for your help.

@wukan1986
Copy link
Contributor

这个问题开始有别的用户提出来了,不知大家对这个bug有什么见解不?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants