From: Po Lu <luangruo@yahoo.com>
To: ali_gnu2@emvision.com
Cc: emacs-devel@gnu.org
Subject: Re: Solaris dldump
Date: Sun, 18 Aug 2024 09:25:00 +0800 [thread overview]
Message-ID: <87ttfihbbn.fsf@yahoo.com> (raw)
In-Reply-To: <6b0199db-60e3-4a41-8481-414688db0e18@emvision.com> (ali gnu2's message of "Sat, 17 Aug 2024 19:15:42 -0600")
ali_gnu2@emvision.com writes:
> On 8/17/24 6:10 PM, Po Lu wrote:
>> Hello Ali!
>> I think you underestimate the number of programs using dldump. I've
>> seen both Perl 5 and GNU Make hacked to save state with dldump, on
>> Oracle Solaris, producing binaries that don't depend on the presence of
>> a state file and probably start faster as well. Meanwhile
>> pdumper-dumped binaries appear to crash in an x86 Solaris 10 zone,
>> though I don't really use this configuration and I'm not interested in
>> trying the portable dumper on sparc:
>> core 'core' of 7021: ../../src/bootstrap-emacs -batch
>> --no-site-file --no-site-lisp -f batc
>> 00007fffaf433dc2 ???????? ()
>> 00007fffaf5eb3d7 ???????? ()
>> 00007fffaf5ec590 ???????? ()
>> 00007fffae3f351a _lwp_kill () + a
>> 00007fffae3981b9 raise () + 19
>> 00000000008baf90 terminate_due_to_signal () + c0
>> 000000000090236e ???????? ()
>> 0000000000902334 deliver_thread_signal () + 74
>> 00000000009023b0 deliver_fatal_thread_signal () + 10
>> 00000000009024ef handle_sigsegv () + 4f
>> 00007fffae3edd16 __sighndlr () + 6
>> 00007fffae3e25e2 call_user_handler () + 252
>> 00007fffae3e280e sigacthandler () + ee
>> 00007fffaf5ea82d ???????? ()
>> ffffffffffffffff ???????? ()
>> 00000000009c77e7 lisp_align_malloc () + 4d7
>> 00000000009c9dd2 make_float () + 42
>> 00000000009d2e9d init_alloc () + d
>> 00000000008bd373 main () + bb3
>> 00000000006d15ab ???????? ()
>>
>
> Hello!
>
> Is that stack from the s10 zone?
Yes.
> You're probably right that I don't know who is using
> dldump(), outside of emacs, but not to worry, it's not
> going away. It's a committed interface, so hard to remove,
> and at the same time, isn't causing any problems. Nonetheless,
> it's not our favored way to deploy emacs, and I wouldn't want
> anyone to think we prefer its use, or require it.
>
> We use pdumper on newer Solaris 11.4, both x86 and sparc,
> with no reported issues. I wasn't aware of the Solaris 10
> zone problems (haven't seen any reports). If you end up
> looking at it
I plan to, but not till Emacs 30 is released.
> and think that the s10 zone is somehow at fault, please feel free to
> contact me offline. However, given that s10 is 20 years old, it
> wouldn't be unreasonable to drop it off the support tail. From
> discussions with Rainer Orth, who maintains gcc for Solaris, I believe
> that s10 support for gcc has ended, or is very close to ending. My
> personal opinion is that anyone happy to use a 20 year old OS should
> have no problem using an older gcc, or emacs, so it's not really the
> end of the road for those folks.
I'm fine with using an older C compiler (whether GCC or no), but we have
plenty of precedent in these quarters for remaining on decades-old
operating systems. Not least when the operating system is to be
supported for two more years.
> I expect that we're both benefiting from your work anyway.
> Isn't emacs still largely C (not C++)? I wouldn't expect
> exception handling to be needed, so maybe it's OK.
C, but several libraries draw in C++ dependencies and others create
threads: HarfBuzz and librsvg for example.
next prev parent reply other threads:[~2024-08-18 1:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.39.1723910423.12184.emacs-devel@gnu.org>
2024-08-17 22:49 ` Emacs-devel Digest, Vol 246, Issue 17 ali_gnu2
2024-08-18 0:10 ` Po Lu
2024-08-18 0:19 ` Po Lu
2024-08-18 1:15 ` Solaris dldump (was: Pure space) ali_gnu2
2024-08-18 1:25 ` Po Lu [this message]
2024-08-18 22:27 ` Solaris dldump Stefan Kangas
2024-08-18 23:56 ` Po Lu
2024-08-19 11:18 ` Eli Zaretskii
2024-08-19 12:09 ` Po Lu
2024-08-19 12:50 ` Eli Zaretskii
2024-08-19 11:44 ` Pip Cet
2024-08-19 11:57 ` Po Lu
2024-08-19 12:10 ` Pip Cet
2024-08-19 12:55 ` Eli Zaretskii
2024-08-19 13:46 ` Pip Cet
2024-08-19 14:39 ` Eli Zaretskii
2024-08-19 15:26 ` Corwin Brust
2024-08-19 15:31 ` Corwin Brust
2024-08-19 20:51 ` Stefan Kangas
2024-08-19 20:35 ` Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ttfihbbn.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=ali_gnu2@emvision.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).