X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: geda From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] geda: cannot render fonts nor pins In-reply-to: <20210706170254.31451.qmail@stuge.se> References: <20210703152847 DOT D26ED83DA2A5 AT turkos DOT aspodata DOT se> <20210703175752 DOT E8E6D83DA2AA AT turkos DOT aspodata DOT se> <20210706170254 DOT 31451 DOT qmail AT stuge DOT se> Comments: In-reply-to "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" message dated "Tue, 06 Jul 2021 17:02:54 -0000." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20210707123941.CF5EA83B0DD4@turkos.aspodata.se> Date: Wed, 7 Jul 2021 14:39:41 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Peter: > Roland Lutz wrote: > > > ** (export:9391): CRITICAL **: 17:18:42.168: > > > o_text_get_font_size_in_points: assertion 'object != NULL' failed > > > > I simply have no idea how this condition could be reached. > > Karl, can you reproduce that error if you set CFLAGS=-O0 before > running configure and make, and/or using gcc-9 or gcc-10 to build? I have now build geda with: CFLAGS='-O0 -g' and am trying with gdb /usr/local/bin/gaf, but I cannot step into scm_boot_guile(): ... (gdb) run export -o test3.pdf test3.sch ... (gdb) 178 return cmd_func (cmd_argc, cmd_argv); (gdb) s cmd_export (argc=4, argv=0x7fffffffda10) at export.c:1103 1103 scm_boot_guile (argc, argv, cmd_export_impl, NULL); /* Doesn't return */ (gdb) [New Thread 0x7ffff4458640 (LWP 14313)] [New Thread 0x7ffff3c57640 (LWP 14314)] ** Message: 14:30:35.991: Loaded RC file [/usr/local/share/gEDA/system-gafrc] [New Thread 0x7ffff2f2c640 (LWP 14315)] (export:14201): libgedacairo-CRITICAL **: 14:30:35.996: file edarenderer.c: line 585 (eda_renderer_draw_hatch): should not be reached (export:14201): libgedacairo-WARNING **: 14:30:35.996: (edacairo.c:393):eda_cairo_stroke: code should not be reached (export:14201): libgedacairo-WARNING **: 14:30:35.996: (edacairo.c:401):eda_cairo_stroke: code should not be reached [Thread 0x7ffff2f2c640 (LWP 14315) exited] [Thread 0x7ffff4458640 (LWP 14313) exited] [Thread 0x7ffff5e6b900 (LWP 14201) exited] warning: Error removing breakpoint 0 warning: Error removing breakpoint 0 warning: Error removing breakpoint 0 warning: Error removing breakpoint 0 warning: Error removing breakpoint 0 warning: Error removing breakpoint 0 [Inferior 1 (process 14201) exited normally] (gdb) q Any ideas how to proceed ? Regards, /Karl Hammar