差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
softwares:root:errors [2018/08/30 17:32] – 作成 kobayash | softwares:root:errors [2018/09/26 22:14] (現在) – kobayash | ||
---|---|---|---|
行 1: | 行 1: | ||
===== Errors ===== | ===== Errors ===== | ||
==== CINT ==== | ==== CINT ==== | ||
- | * Macro 中で #include < | + | * CINT で #include < |
+ | * TH1:: | ||
+ | =========================================================== | ||
+ | There was a crash. | ||
+ | This is the entire stack trace of all threads: | ||
+ | =========================================================== | ||
+ | #0 0x00007f1e1d6c727c in __libc_waitpid (pid=15528, stat_loc=stat_loc | ||
+ | entry=0x7ffdde5e5be0, | ||
+ | entry=0) at ../ | ||
+ | ... | ||
+ | ... | ||
+ | ... | ||
+ | </ | ||
+ | * CINT で #include " | ||
+ | !!!Terminate session!!! | ||
+ | *** Break *** segmentation violation | ||
+ | |||
+ | =========================================================== | ||
+ | There was a crash. | ||
+ | This is the entire stack trace of all threads: | ||
+ | =========================================================== | ||
+ | #0 0x00007f2a4dc9127c in __libc_waitpid (pid=13574, stat_loc=stat_loc | ||
+ | entry=0x7ffd1e99d8a0, | ||
+ | entry=0) at ../ | ||
+ | #1 0x00007f2a4dc14c72 in do_system (line=< | ||
+ | #2 0x00007f2a4e945cb9 in TUnixSystem:: | ||
+ | #3 0x00007f2a4e9478dc in TUnixSystem:: | ||
+ | #4 <signal handler called> | ||
+ | #5 0x00007f2a4d32588d in G__destroy_upto () from / | ||
+ | ... | ||
+ | #24 0x00007f2a4e4d2ba7 in TRint:: | ||
+ | #25 0x0000000000401028 in main () | ||
+ | =========================================================== | ||
+ | |||
+ | The crash is most likely caused by a problem in your script. | ||
+ | Try to compile it (.L myscript.C+g) and fix any errors. | ||
+ | If that does not help then please submit a bug report at | ||
+ | http:// | ||
+ | from above as an attachment in addition to anything else | ||
+ | that might help us fixing this issue. | ||
+ | |||
+ | Root > </ | ||
+ | |||
+ | * CINT で上で 2 つのマクロを実行する場合、それらのマクロに同じ名前の関数が存在し、それらの引数にデフォルト値が与えられていると、以下のエラーがでる。< | ||
+ | *** Interpreter error recovered ***</ | ||
+ | * 以下のようなコードをマクロに書き、< | ||
+ | < | ||
+ | tf1-> | ||
+ | ghst-> | ||
+ | ginteg-> | ||
+ | garea-> | ||
+ | }</ | ||
+ | | ||
+ | *** Break *** segmentation violation | ||
+ | |||
+ | =========================================================== | ||
+ | There was a crash. | ||
+ | This is the entire stack trace of all threads: | ||
+ | =========================================================== | ||
+ | #0 0x00007fe5bf07127c in __libc_waitpid (pid=14124, stat_loc=stat_loc | ||
+ | entry=0x7ffc853e4920, | ||
+ | entry=0) at ../ | ||
+ | #1 0x00007fe5beff4c72 in do_system (line=< | ||
+ | #2 0x00007fe5bfd25cb9 in TUnixSystem:: | ||
+ | |||
+ | |