Bug 275789 - devel/subversion (or www/serf) dump core on https://
Summary: devel/subversion (or www/serf) dump core on https://
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lev A. Serebryakov
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2023-12-16 04:37 UTC by Mikhail T.
Modified: 2023-12-16 04:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments
Crash stack from gdb (7.07 KB, text/plain)
2023-12-16 04:37 UTC, Mikhail T.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 2023-12-16 04:37:24 UTC
Created attachment 247077 [details]
Crash stack from gdb

Trying to access an SVN-repository via https:// results in a core-dump on FreeBSD-14:

mi@aldan:ports/devel/subversion (1186) svn co --depth empty https://github.com/meow/meow
Помилка адресації(записано core)

The stack, according to gdb, is in the OpenSSL code -- perhaps, some patching is necessary for serf to work correctly against OpenSSL-3?
Comment 1 Mikhail T. 2023-12-16 04:45:38 UTC
Sorry for the noise. The problem was due my system having both libcrypto.so.111 (from FreeBSD-13.x times) and libcrypto.so.30 (FreeBSD-14.x).

111 being greater than 30 some things linked with that...