Package Details: psiconv 0.9.9-12

Git Clone URL: https://aur.archlinux.org/psiconv.git (read-only, click to copy)
Package Base: psiconv
Description: Converts Psion 5(MX) files to more commonly used file formats
Upstream URL: http://software.frodo.looijaard.name/psiconv/
Licenses: GPL
Submitter: arojas
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 1
Popularity: 0.011126
First Submitted: 2025-03-31 18:11 (UTC)
Last Updated: 2025-09-05 06:57 (UTC)

Latest Comments

andreas_baumann commented on 2025-09-05 06:58 (UTC) (edited on 2025-09-05 06:58 (UTC) by andreas_baumann)

psiconv_list fileformat_list; in psiconv.h has do be declared extern and be defined in psiconv.c

andreas_baumann commented on 2025-09-04 08:14 (UTC) (edited on 2025-09-04 08:41 (UTC) by andreas_baumann)

Builds, but segfaults on psiconv_list_add when initializing structures before calling getopt_long..

==9004== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==9004==  Access not within mapped region at address 0x0
==9004==    at 0x48BECD3: psiconv_list_add (in /usr/lib/libpsiconv.so.6.4.2)

Append to a NULL list?