pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58084: lang/mono build failure on NetBSD 10.99.10 x86_64



The following reply was made to PR pkg/58084; it has been noted by GNATS.

From: triaxx%NetBSD.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/58084: lang/mono build failure on NetBSD 10.99.10 x86_64
Date: Thu, 4 Apr 2024 22:19:36 +0200

 I can reproduce a similar bug with:
 
      cd work/mono-6.12.0.199/mcs
      gmake -f build/rules.make -f build/profiles/build.make 
 .//build/deps/basic-profile-check.exe
 
 =================================================================
          External Debugger Dump:
 =================================================================
 [Switching to LWP 25549 of process 25549]
 0x00006f9d94c18efa in _sys___wait450 () from /usr/lib/libc.so.12
    Id   Target Id                     Frame
 * 1    LWP 25549 of process 25549 "" 0x00006f9d94c18efa in 
 _sys___wait450 () from /usr/lib/libc.so.12
 
 Thread 1 (LWP 25549 of process 25549 ""):
 #0  0x00006f9d94c18efa in _sys___wait450 () from /usr/lib/libc.so.12
 #1  0x00006f9d9500d281 in __wait450 () from /usr/lib/libpthread.so.1
 #2  0x00000000001646ff in ?? ()
 #3  0x000000000016480d in ?? ()
 #4  0x0000000000111761 in ?? ()
 #5  0x0000000000163a3a in ?? ()
 #6  <signal handler called>
 #7  0x00006f9d94d6df9a in _lwp_kill () from /usr/lib/libc.so.12
 #8  0x00006f9d94d6e494 in abort () from /usr/lib/libc.so.12
 #9  0x00000000003d5b58 in ?? ()
 #10 0x00000000003af925 in ?? ()
 #11 0x00000000003cc7d1 in monoeg_assertion_message ()
 #12 0x00000000003cc824 in mono_assertion_message ()
 #13 0x00000000003bee83 in ?? ()
 #14 0x00000000003bef90 in mono_thread_info_attach ()
 #15 0x00000000003796b2 in ?? ()
 #16 0x000000000035506a in ?? ()
 #17 0x0000000000241784 in ?? ()
 #18 0x00000000000defa9 in ?? ()
 #19 0x00000000000e5439 in mono_main ()
 #20 0x00000000003d5c7d in ?? ()
 #21 0x00000000000d55fd in _start ()
 [Inferior 1 (process 25549) detached]
 
 =================================================================
          Basic Fault Address Reporting
 =================================================================
 Memory around native instruction pointer (0x6f9d94d6df9a):0x6f9d94d6df8a 
   00 00 0f 1f 40 00 b8 3e 01 00 00 49 89 ca 0f 05  ....@..>...I....
 0x6f9d94d6df9a  72 01 c3 e9 ee 00 00 00 41 b8 02 00 00 00 48 8b 
 r.......A.....H.
 0x6f9d94d6dfaa  0d c1 2d 05 00 e9 7c 8d ea ff 55 48 89 e5 48 81 
 ..-...|...UH..H.
 0x6f9d94d6dfba  ec d0 00 00 00 48 89 8d 68 ff ff ff 4c 89 85 70 
 .....H..h...L..p
 gmake: *** [build/profiles/build.make:134: 
 build/deps/basic-profile-check.exe] Abort trap (core dump créé)
 
 But I cannot reproduce it if I run the command:
 
      cd work/mono-6.12.0.199/mcs
      mcs /warn:0 /noconfig /langversion:latest /r:System.dll 
 /r:mscorlib.dll /out:build/deps/basic-profile-check.exe 
 build/common/basic-profile-check.cs
 
 It could be an issue with gmake and not the mcs compiler.
 
 According to the backtrace, it could be more a NetBSD problem than a 
 package mono problem...
 


Home | Main Index | Thread Index | Old Index