Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2022 13:09:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 261195] astro/sunclock Image creation failed (memory alloc. problem?) !!
Message-ID:  <bug-261195-7788-wMpt4JM72t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261195-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261195-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261195

Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernape@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
(In reply to Graham Perrin from comment #0)
And do you have enough memory? :-P

It runs OK in my 13.0-RELEASE-p4. I'll try to build it in a -CURRENT, but in
the meantime, would you be able to get a backtrace? The error could come fr=
om
one of 5 functions:


 if (strstr(path, ".gif"))
      code =3D readGIF(path, Context);
   else
   if (strstr(path, ".jpg"))
      code =3D readJPEG(path, Context);
   else
   if (strstr(path, ".png"))
      code =3D readPNG(path, Context);
   else
   if (strstr(path, ".vmf"))
      code =3D readVMF(path, Context);
   else
   if (strstr(path, ".xpm"))
      code =3D readXPM(path, Context);

   if (code) {
      report_failure(path, code);

It would also help to know which file is failing to load. Also, what do you=
 get
when you run:

ldd /usr/local/bin/sunclock

Cheers

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261195-7788-wMpt4JM72t>