Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5103

Français • Pb mono après mise à niveau vers Bullseye (11)

$
0
0
Re,

Je viens de faire une mise à niveau de Raspberry PI OS Buster (10) à Bullseye (11)...
Suite à cette migration j'ai mono qui plante:

Code:

$ mono monLogiciel.exe=================================================================Native Crash Reporting=================================================================Got a SIGSEGV while executing native code. This usually indicatesa fatal error in the mono runtime or one of the native libraries used by your application.==================================================================================================================================Native stacktrace:================================================================= (No frames) =================================================================Telemetry Dumper:=================================================================Pkilling 0x76737460 from 0x76f3d210Entering thread summarizer pause from 0x76f3d210Finished thread summarizer pause from 0x76f3d210.Waiting for dumping threads to resume=================================================================External Debugger Dump:=================================================================[New LWP 12129][New LWP 12130][Thread debugging using libthread_db enabled]Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".0x76d41854 in __GI___wait4 (pid=12138, stat_loc=0x7e9320e8, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:2727../sysdeps/unix/sysv/linux/wait4.c: Aucun fichier ou dossier de ce type.  Id   Target Id                                   Frame * 1    Thread 0x76f3d210 (LWP 12128) "mono"        0x76d41854 in __GI___wait4 (pid=12138, stat_loc=0x7e9320e8, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27  2    Thread 0x75fff460 (LWP 12129) "SGen worker" futex_wait_cancelable (private=0, expected=0, futex_word=0x447698) at ../sysdeps/nptl/futex-internal.h:186  3    Thread 0x76737460 (LWP 12130) "Finalizer"   futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=1, futex_word=0x43f73c) at ../sysdeps/nptl/futex-internal.h:323Thread 3 (Thread 0x76737460 (LWP 12130) "Finalizer"):#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=1, futex_word=0x43f73c) at ../sysdeps/nptl/futex-internal.h:323#1  do_futex_wait (sem=sem@entry=0x43f73c, abstime=0x0, clockid=0) at sem_waitcommon.c:117#2  0x76e30c90 in __new_sem_wait_slow (sem=0x43f73c, abstime=0x0, clockid=0) at sem_waitcommon.c:285#3  0x002c2120 in ?? ()Backtrace stopped: previous frame identical to this frame (corrupt stack?)Thread 2 (Thread 0x75fff460 (LWP 12129) "SGen worker"):#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x447698) at ../sysdeps/nptl/futex-internal.h:186#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x0, cond=0x447670) at pthread_cond_wait.c:508#2  __pthread_cond_wait (cond=0x447670, mutex=0x0) at pthread_cond_wait.c:638#3  0x00327c84 in ?? ()Backtrace stopped: previous frame identical to this frame (corrupt stack?)Thread 1 (Thread 0x76f3d210 (LWP 12128) "mono"):#0  0x76d41854 in __GI___wait4 (pid=12138, stat_loc=0x7e9320e8, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27#1  0x0009f73c in ?? ()Backtrace stopped: previous frame identical to this frame (corrupt stack?)[Inferior 1 (process 12128) detached]=================================================================Basic Fault Address Reporting=================================================================Memory around native instruction pointer (0x76e2e5c0):0x76e2e5b0  bc ff ff ea 98 70 00 00 f0 4f 2d e9 14 d0 4d e2  .....p...O-...M.0x76e2e5c0  24 50 90 e5 a5 31 b0 e1 28 01 00 0a 00 c0 a0 e1  $P...1..(.......0x76e2e5d0  01 50 15 e2 20 30 bc e5 00 e0 a0 e1 80 50 a0 13  .P.. 0.......P..0x76e2e5e0  0a 00 00 ea 01 10 83 e3 9f 2f 9c e1 03 00 52 e1  ........./....R.=================================================================Managed Stacktrace:=================================================================  at <unknown> <0xffffffff>  at System.Windows.Forms.Application:EnableVisualStyles <0x00033>  at FFcamera.Program:Main <0x0000b>  at System.Object:runtime_invoke_void <0x000e3>=================================================================Abandon

Code:

$ cat mono_crash.18d8e775c.0.json{  "protocol_version" : "0.0.5",  "configuration" : {    "version" : "(6.8.0.105) (Debian 6.8.0.105+dfsg-3.3~deb11u1)",    "tlc" : "normal",    "sigsgev" : "normal",    "notifications" : "epoll",    "architecture" : "armel,vfp+hard",    "disabled_features" : "none",    "smallconfig" : "disabled",    "bigarrays" : "disabled",    "softdebug" : "enabled",    "interpreter" : "enabled",    "llvm_support" : "disabled",    "suspend" : "preemptive"  },  "memory" : {    "minor_gc_time" : "0",    "major_gc_time" : "0",    "minor_gc_count" : "0",    "major_gc_count" : "0",    "major_gc_time_concurrent" : "0" },  "threads" : [ {    "is_managed" : false,    "offset_free_hash" : "0x0",    "offset_rich_hash" : "0x0",    "crashed" : false,    "native_thread_id" : "0x76737460",    "thread_info_addr" : "0x765005f8",    "thread_name" : "Finalizer",    "ctx" : {      "IP" : "0x76e30b10",      "SP" : "0x76736d60",      "BP" : "0x43f750"  }  },  {      "is_managed" : true,      "offset_free_hash" : "0x18d8e775c",      "offset_rich_hash" : "0x18d8e77c1",      "crashed" : true,      "native_thread_id" : "0x76f3d210",      "thread_info_addr" : "0x17535e8",      "thread_name" : "mono",      "ctx" : {        "IP" : "0x76e2e5c0",        "SP" : "0x7e932aa0",        "BP" : "0x1"   },      "managed_frames" : [   {        "is_managed" : "false",        "native_address" : "unregistered"    },   {        "is_managed" : "true",        "guid" : "A3DAA9B8-4FD2-41A4-9757-8A25F68BC3C7",        "token" : "0x60007a6",        "native_offset" : "0x0",        "filename" : "System.Windows.Forms.dll",        "sizeofimage" : "0x2f2000",        "timestamp" : "0x0",        "il_offset" : "0x00006"    },   {        "is_managed" : "true",        "guid" : "36AA3713-5EDC-4A65-9F41-1B520C348159",        "token" : "0x6000007",        "native_offset" : "0x0",        "filename" : "monLogiciel.exe",        "sizeofimage" : "0x1a000",        "timestamp" : "0xd9fd9f34",        "il_offset" : "0x00001"    },   {        "is_managed" : "true",        "guid" : "12B418A7-818C-4CA0-893F-EEAAF67F1E7F",        "token" : "0x00000",        "native_offset" : "0x0",        "filename" : "mscorlib.dll",        "sizeofimage" : "0x49e000",        "timestamp" : "0x0",        "il_offset" : "0x0005e"    }   ]  }  ]}
Une idée du problème ?

JM

Statistics: Posted by Pti-Jean — Wed Mar 06, 2024 2:47 pm



Viewing all articles
Browse latest Browse all 5103

Trending Articles