| www.delorie.com/archives/browse.cgi | search |
| 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: | inbox |
| From: | "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" <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: | <alpine.DEB.2.21.2107031900440.9732@nimbus> |
| References: | <20210703152847 DOT D26ED83DA2A5 AT turkos DOT aspodata DOT se> <alpine DOT DEB DOT 2 DOT 21 DOT 2107031900440 DOT 9732 AT nimbus> |
| Comments: | In-reply-to Roland Lutz <rlutz AT hedmen DOT org> |
| message dated "Sat, 03 Jul 2021 19:00:54 +0200." | |
| Mime-Version: | 1.0 |
| Message-Id: | <20210703175752.E8E6D83DA2AA@turkos.aspodata.se> |
| Date: | Sat, 3 Jul 2021 19:57:52 +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 |
Roland Lutz:
> On Sat, 3 Jul 2021, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote:
> > ** (export:9391): CRITICAL **: 17:18:42.168:
> > o_text_get_font_size_in_points: assertion 'object != NULL' failed
>
> > I get a pdf without text nor pins, just the boxes.
> >
> > Does anyone know why ?
>
> This looks a lot like the the issue you reported in May, so I think
> memcheck may give a clue what's going on here.
Certanly does; maybe it easier to solve with a text mode program.
$ valgrind --tool=memcheck --trace-children=yes /usr/local/bin/gaf export -o test2.pdf test.sch > gaf_memcheck.log 2>&1
If you are interested, the log is available in:
http://aspodata.se/tmp/Test/gaf_pdf/
///
To simplify matter still, test2.sch is just a letter ("H"),
ohh, no errors reported, but still no visible H in the pdf:
$ /usr/local/bin/gaf export -o test2.pdf test2.sch
** Message: 19:51:30.704: Loaded RC file [/usr/local/share/gEDA/system-gafrc]
** Message: 19:51:30.978: Loaded RC file [/home/karl/.gEDA/gafrc]
$ valgrind --tool=memcheck --trace-children=yes /usr/local/bin/gaf export -o test2.pdf test2.sch > gaf_memcheck2.log 2>&1
///
Adding a box (test3.sch) makes the error reappear:
$ /usr/local/bin/gaf export -o test3.pdf test3.sch
** Message: 19:53:37.631: Loaded RC file [/usr/local/share/gEDA/system-gafrc]
** Message: 19:53:37.898: Loaded RC file [/home/karl/.gEDA/gafrc]
(export:14763): libgedacairo-CRITICAL **: 19:53:37.899: file edarenderer.c: line 585 (eda_renderer_draw_hatch): should not be reached
(export:14763): libgedacairo-WARNING **: 19:53:37.899: (edacairo.c:393):eda_cairo_stroke: code should not be reached
(export:14763): libgedacairo-WARNING **: 19:53:37.899: (edacairo.c:401):eda_cairo_stroke: code should not be reached
$
Regards,
/Karl Hammar
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |