Disabled - No sandbox or build area path
30 views (last 30 days)
Show older comments
keisuke sakashita
on 30 May 2019
Answered: keisuke sakashita
on 31 May 2019
三次元データ(.obj)を読み込み,そのデータを多視点画像(.png)として出力するプログラムを実行中に起きるエラーです.
調べた結果,原因はGPU関係のエラーだと考えています.しかし,はっきりとした解決方法がわからないので教えてください.
[ matlab - sofrwareopengl ]は実行してもダメでした https://haini.github.io/posts/2018-02-21-Matlab-No-Sandbox-Error.htmlを参照
アップデート等で解決する場合,バージョン指定等の詳細もよろしくお願いします.
以下にエラーのログを書いています.
Cuda compilation tools, release 8.0, v8.0.44
GCC version gcc version 4.8.4(Ubuntu 4.8.4-2ubuntu1~14.04.3)
____________________________________________________________
MATLAB crash file:/home/dl-box/matlab_crash_dump.28008-1:
------------------------------------------------------------------------
Segmentation violation detected at Thu May 30 18:57:18 2019
------------------------------------------------------------------------
Configuration:
Crash Decoding : Disabled - No sandbox or build area path
Crash Mode : continue (default)
Current Graphics Driver: NVIDIA Corporation Quadro P6000/PCIe/SSE2 Version 4.5.0 NVIDIA 375.66
Current Visual : 0x21 (class 4, depth 24)
Default Encoding : UTF-8
Deployed : false
GNU C Library : 2.19 stable
MATLAB Architecture : glnxa64
MATLAB Entitlement ID: 4453913
MATLAB Root : /home/dl-box/MATLAB/R2017b
MATLAB Version : 9.3.0.713579 (R2017b)
OpenGL : hardware
Operating System : Linux 3.13.0-125-generic #174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017 x86_64
Processor ID : x86 Family 6 Model 79 Stepping 1, GenuineIntel
Virtual Machine : Java 1.8.0_121-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
Window System : The X.Org Foundation (11501000), display :0
Fault Count: 1
Abnormal termination:
Segmentation violation
Register State (from fault):
RAX = 0000000000000001 RBX = 00007f0610338440
RCX = 0000000000000001 RDX = 00007f06be069ba0
RSP = 00007f068d5eadc8 RBP = 0000000000000002
RSI = 0000000000000001 RDI = 00007f0610338440
R8 = 0000000000000000 R9 = 00007f061063bcf0
R10 = 00007f0610000078 R11 = 00007f06be32c8b0
R12 = 0000000000000008 R13 = 0000000000000002
R14 = 0000000000000004 R15 = 0000000000000002
RIP = 0000000000000001 EFL = 0000000000010202
CS = 0033 FS = 0000 GS = 0000
Stack Trace (from fault):
[ 0] 0x0000000000000001 <unknown-module>+00000000
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.
0 Comments
Accepted Answer
Kazuya
on 31 May 2019
opengl software
をMATLABのコマンドプロンプトで実行した後で、同じ処理をした場合はどうでしょうか?
グラフィックボードの情報が
Current Graphics Driver: NVIDIA Corporation Quadro P6000/PCIe/SSE2 Version 4.5.0 NVIDIA 375.66
とありますが、ドライバーのバージョン 375.66 は少なくとも最新ではないですね。NVIDIA のサイトから最新のものに更新しておくとよいかもしれません。
0 Comments
More Answers (1)
See Also
Categories
Find more on Mapping Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!