From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: guile 3 update, june 2018 edition Date: Mon, 2 Jul 2018 0:02:39 -0400 Message-ID: <20180702040239.BD1LI.118872.root@cdptpa-web09> References: <20180630004002.MNG3L.93631.root@cdptpa-web09> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1530504054 15958 195.159.176.226 (2 Jul 2018 04:00:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2018 04:00:54 +0000 (UTC) To: guile-devel@gnu.org, dsmich@roadrunner.com, Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 02 06:00:50 2018 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fZq16-00040A-Q1 for guile-devel@m.gmane.org; Mon, 02 Jul 2018 06:00:45 +0200 Original-Received: from localhost ([::1]:56752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZq3D-00054Z-RL for guile-devel@m.gmane.org; Mon, 02 Jul 2018 00:02:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZq33-000543-Po for guile-devel@gnu.org; Mon, 02 Jul 2018 00:02:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZq30-0004DV-H4 for guile-devel@gnu.org; Mon, 02 Jul 2018 00:02:45 -0400 Original-Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.229]:26147 helo=cdptpa-cmomta03.email.rr.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fZq30-0004Bp-9Q for guile-devel@gnu.org; Mon, 02 Jul 2018 00:02:42 -0400 Original-Received: from cdptpa-web09 ([107.14.174.248]) by cmsmtp with ESMTPA id Zq6zfoASJKbAHZq6zfgkbG; Mon, 02 Jul 2018 04:06:49 +0000 In-Reply-To: <20180630004002.MNG3L.93631.root@cdptpa-web09> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: from 65.185.85.154 by webmail.roadrunner.com; Mon, 2 Jul 2018 4:02:39 +0000 X-CMAE-Envelope: MS4wfGl5MYpp1IBtNiac9d8/B7UjuXYGzd5sYUqBlimfvTe4YcP3RnuuqRYKW9Owky/cWK748Cr0X9/WLhauC5yPmQS6raYPN5TcRYBrsrnPjQxdxRz2uUF3 8rgeQlJ4mf2W4nhnuMEmstuhxG4Q5/zbAbQvy8IrS7lhsbvfWeZaxsm0C6pTvzCmnIVnzueUq1kDUXOskkTAz+cnzQPwozdI40x/1RVwSA8Qf9UnzOk+TGeo X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 107.14.166.229 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19576 Archived-At: Ok! now getting past the "make -j" issue, but I'm still getting a segfault. Here is a backtrace from the core dump. Line 25: #25 0x00007efeb518b09f in scm_error (key=0x563599bbb120, subr=subr@entry=0x0, message=message@entry=0x7efeb521c0cd "Unbound variable: ~S", args=0x563599f8f260, rest=rest@entry=0x4) at error.c:62 Looks kinda suspicious. Should subr be 0x0 there? Thread 4 (Thread 0x7efeb282c700 (LWP 10059)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007efeb4401cc7 in GC_wait_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #2 0x00007efeb43f85ca in GC_help_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #3 0x00007efeb440033c in GC_mark_thread () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #4 0x00007efeb49f6494 in start_thread (arg=0x7efeb282c700) at pthread_create.c:333 #5 0x00007efeb4738acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 Thread 3 (Thread 0x7efeb382e700 (LWP 10057)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007efeb4401cc7 in GC_wait_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #2 0x00007efeb43f85ca in GC_help_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #3 0x00007efeb440033c in GC_mark_thread () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #4 0x00007efeb49f6494 in start_thread (arg=0x7efeb382e700) at pthread_create.c:333 #5 0x00007efeb4738acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 Thread 2 (Thread 0x7efeb302d700 (LWP 10058)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007efeb4401cc7 in GC_wait_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #2 0x00007efeb43f85ca in GC_help_marker () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #3 0x00007efeb440033c in GC_mark_thread () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #4 0x00007efeb49f6494 in start_thread (arg=0x7efeb302d700) at pthread_create.c:333 #5 0x00007efeb4738acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 Thread 1 (Thread 0x7efeb565d740 (LWP 10034)): #0 0x00007efeb51afd26 in scm_maybe_resolve_module (name=name@entry=0x563599f8f140) at modules.c:195 #1 0x00007efeb51b01bf in scm_public_variable (module_name=0x563599f8f140, name=0x563599da50e0) at modules.c:656 #2 0x00007efeb518036a in init_print_frames_var_and_frame_to_stack_vector_var () at backtrace.c:103 #3 0x00007efeb49fd739 in __pthread_once_slow (once_control=0x7efeb545d828 , init_routine=0x7efeb5180340 ) at pthread_once.c:116 #4 0x00007efeb49fd7e5 in __GI___pthread_once (once_control=once_control@entry=0x7efeb545d828 , init_routine=init_routine@entry=0x7efeb5180340 ) at pthread_once.c:143 #5 0x00007efeb51801b0 in display_backtrace_body (a=0x7ffe2b3b7ea0) at backtrace.c:218 #6 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #7 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599da5aa0, argv=argv@entry=0x0, nargs=nargs@entry=0) at vm.c:1440 #8 0x00007efeb518cab9 in scm_call_0 (proc=proc@entry=0x563599da5aa0) at eval.c:489 #9 0x00007efeb51f8cd6 in catch (tag=tag@entry=0x404, thunk=0x563599da5aa0, handler=0x563599da5940, pre_unwind_handler=0x4) at throw.c:144 #10 0x00007efeb51f9015 in scm_catch_with_pre_unwind_handler (key=key@entry=0x404, thunk=, handler=, pre_unwind_handler=) at throw.c:262 #11 0x00007efeb51f91cf in scm_c_catch (tag=tag@entry=0x404, body=body@entry=0x7efeb5180190 , body_data=body_data@entry=0x7ffe2b3b7ea0, handler=handler@entry=0x7efeb5180580 , handler_data=handler_data@entry=0x563599baf000, pre_unwind_handler=pre_unwind_handler@entry=0x0, pre_unwind_handler_data=0x0) at throw.c:387 #12 0x00007efeb51f91de in scm_internal_catch (tag=tag@entry=0x404, body=body@entry=0x7efeb5180190 , body_data=body_data@entry=0x7ffe2b3b7ea0, handler=handler@entry=0x7efeb5180580 , handler_data=handler_data@entry=0x563599baf000) at throw.c:396 #13 0x00007efeb5180185 in scm_display_backtrace_with_highlights (stack=stack@entry=0x563599da5b60, port=port@entry=0x563599baf000, first=first@entry=0x4, depth=depth@entry=0x4, highlights=highlights@entry=0x304) at backtrace.c:277 #14 0x00007efeb51f8fec in handler_message (tag=tag@entry=0x563599bbb120, args=args@entry=0x563599c0cdb0, handler_data=) at throw.c:548 #15 0x00007efeb51f93cb in scm_handle_by_message (handler_data=, tag=0x563599bbb120, args=0x563599c0cdb0) at throw.c:585 #16 0x00007efeb51f94fe in default_exception_handler (args=0x563599c0cdb0, k=0x563599bbb120) at throw.c:174 #17 throw_without_pre_unwind (tag=0x563599bbb120, args=0x563599c0cdb0) at throw.c:248 #18 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #19 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599baf9c0, argv=, nargs=5) at vm.c:1440 ---Type to continue, or q to quit--- #20 0x00007efeb518ce4b in scm_apply_0 (proc=0x563599baf9c0, args=0x304) at eval.c:602 #21 0x00007efeb518da4d in scm_apply_1 (proc=, arg1=arg1@entry=0x563599bbb120, args=args@entry=0x563599f8f220) at eval.c:608 #22 0x00007efeb51f9056 in scm_throw (key=key@entry=0x563599bbb120, args=0x563599f8f220) at throw.c:274 #23 0x00007efeb51f95d9 in scm_ithrow (key=key@entry=0x563599bbb120, args=, no_return=no_return@entry=1) at throw.c:621 #24 0x00007efeb518b005 in scm_error_scm (key=key@entry=0x563599bbb120, subr=, message=message@entry=0x563599da5c20, args=args@entry=0x563599f8f260, data=data@entry=0x4) at error.c:90 #25 0x00007efeb518b09f in scm_error (key=0x563599bbb120, subr=subr@entry=0x0, message=message@entry=0x7efeb521c0cd "Unbound variable: ~S", args=0x563599f8f260, rest=rest@entry=0x4) at error.c:62 #26 0x00007efeb517a18b in error_unbound_variable (symbol=symbol@entry=0x563599b34440) at memoize.c:842 #27 0x00007efeb51ad66d in scm_sys_resolve_variable (loc=, loc@entry=0x563599f6cc20, mod=) at memoize.c:868 #28 0x00007efeb518d622 in eval (x=, x@entry=0x563599f6cc10, env=) at eval.c:431 #29 0x00007efeb518d4e1 in eval (x=, env=) at eval.c:414 #30 0x00007efeb518d380 in eval (x=, env=) at eval.c:338 #31 0x00007efeb518da0f in boot_closure_apply (closure=, args=) at eval.c:944 #32 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #33 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599da3280, argv=argv@entry=0x0, nargs=nargs@entry=0) at vm.c:1440 #34 0x00007efeb518cab9 in scm_call_0 (proc=proc@entry=0x563599da3280) at eval.c:489 #35 0x00007efeb518d58d in eval (x=, env=) at eval.c:370 #36 0x00007efeb518da0f in boot_closure_apply (closure=, args=) at eval.c:944 #37 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #38 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599da3300, argv=argv@entry=0x0, nargs=nargs@entry=0) at vm.c:1440 #39 0x00007efeb518cab9 in scm_call_0 (proc=proc@entry=0x563599da3300) at eval.c:489 #40 0x00007efeb518d58d in eval (x=, env=) at eval.c:370 #41 0x00007efeb518da0f in boot_closure_apply (closure=, args=) at eval.c:944 #42 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #43 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599da34a0, argv=argv@entry=0x0, nargs=nargs@entry=0) at vm.c:1440 #44 0x00007efeb518cab9 in scm_call_0 (proc=proc@entry=0x563599da34a0) at eval.c:489 #45 0x00007efeb518d58d in eval (x=, env=) at eval.c:370 #46 0x00007efeb518d40a in eval (x=, env=) at eval.c:354 #47 0x00007efeb518d737 in prepare_boot_closure_env_for_eval (inout_env=0x7ffe2b3b93c0, out_body=0x7ffe2b3b93c8, exps=0x563599f65c70, argc=, proc=0x563599da37e0) at eval.c:933 #48 eval (x=, env=) at eval.c:344 #49 0x00007efeb518d40a in eval (x=, env=) at eval.c:354 #50 0x00007efeb518d737 in prepare_boot_closure_env_for_eval (inout_env=0x7ffe2b3b9700, out_body=0x7ffe2b3b9708, exps=0x563599f5cc20, argc=, proc=0x563599bec340) at eval.c:933 #51 eval (x=, env=) at eval.c:344 #52 0x00007efeb518d333 in eval (x=, env=) at eval.c:282 #53 0x00007efeb518da0f in boot_closure_apply (closure=, args=) at eval.c:944 #54 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #55 0x00007efeb52046d3 in scm_call_n (proc=0x563599d3c060, argv=argv@entry=0x7ffe2b3b9bb8, nargs=nargs@entry=1) at vm.c:1440 #56 0x00007efeb518cad8 in scm_call_1 (proc=, arg1=, arg1@entry=0x563599f8b4f0) at eval.c:495 #57 0x00007efeb518d9b8 in scm_c_primitive_eval (exp=0x563599f8b4f0) at eval.c:662 #58 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #59 0x00007efeb52046d3 in scm_call_n (proc=0x563599bbe860, argv=argv@entry=0x7ffe2b3b9dc8, nargs=nargs@entry=1) at vm.c:1440 #60 0x00007efeb518dbb7 in scm_primitive_eval (exp=) at eval.c:670 #61 0x00007efeb51aa11b in scm_primitive_load (filename=filename@entry=0x563599c0dbc0) at load.c:130 #62 0x00007efeb51ab6f0 in scm_primitive_load_path (args=) at load.c:1266 #63 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #64 0x00007efeb52046d3 in scm_call_n (proc=proc@entry=0x563599ba03e0, argv=argv@entry=0x7ffe2b3ba160, nargs=nargs@entry=1) at vm.c:1440 #65 0x00007efeb518d43b in eval (x=, env=) at eval.c:356 #66 0x00007efeb520040f in vm_regular_engine (thread=0x563599b14dc0) at vm-engine.c:610 #67 0x00007efeb52046d3 in scm_call_n (proc=0x563599bbe860, argv=argv@entry=0x7ffe2b3ba4f8, nargs=nargs@entry=1) at vm.c:1440 #68 0x00007efeb518dbb7 in scm_primitive_eval (exp=) at eval.c:670 ---Type to continue, or q to quit--- #69 0x00007efeb51aa11b in scm_primitive_load (filename=filename@entry=0x563599bc0740) at load.c:130 #70 0x00007efeb51ab6f0 in scm_primitive_load_path (args=) at load.c:1266 #71 0x00007efeb51abb15 in scm_c_primitive_load_path (filename=filename@entry=0x7efeb521a4bd "ice-9/boot-9") at load.c:1274 #72 0x00007efeb51a4307 in scm_load_startup_files () at init.c:251 #73 0x00007efeb51a46b1 in scm_i_init_guile (base=) at init.c:531 #74 0x00007efeb51f7888 in scm_i_init_thread_for_guile (base=0x7ffe2b3ba730, dynamic_state=0x0) at threads.c:574 #75 0x00007efeb51f78b9 in with_guile (base=0x7ffe2b3ba730, data=0x7ffe2b3ba760) at threads.c:642 #76 0x00007efeb43fb3c2 in GC_call_with_stack_base () from /usr/lib/x86_64-linux-gnu/libgc.so.1 #77 0x00007efeb51f7c78 in scm_i_with_guile (dynamic_state=, data=data@entry=0x7ffe2b3ba760, func=func@entry=0x7efeb51a41b0 ) at threads.c:692 #78 scm_with_guile (func=func@entry=0x7efeb51a41b0 , data=data@entry=0x7ffe2b3ba790) at threads.c:698 #79 0x00007efeb51a4362 in scm_boot_guile (argc=6, argv=0x7ffe2b3ba8e8, main_func=0x563598b4fb40 , closure=0x0) at init.c:319 #80 0x0000563598b4f9a4 in main (argc=6, argv=0x7ffe2b3ba8e8) at guile.c:95