Skip to content

Commit

Permalink
Other: Temporary workaround for crash when executing .rexx script
Browse files Browse the repository at this point in the history
Crash happens dues to StdCBase not being present in task storage. Making
base global resolves the crash but can have other side-effects.

To be removed when migrated to new C library.
  • Loading branch information
deadwood committed Apr 29, 2023
1 parent a1ff909 commit 8e3540a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion regina/mmakefile.src
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FILES := $(OFILES) \
%build_module mmake=contrib-regina-module \
modname=regina modtype=library \
files="$(FILES) posixc_startup" \
objdir=$(GENDIR)/$(CURDIR)/shared linklibname=regina_shared usesdks="rel"
objdir=$(GENDIR)/$(CURDIR)/shared linklibname=regina_shared uselibs="stdc" usesdks="rel"

%copy_includes includes=rexxsaa.h

Expand Down
1 change: 0 additions & 1 deletion regina/regina.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ date 31.12.2009
libbasetype struct ReginaBase
options pertaskbase
rellib posixc
rellib stdc
##end config

##begin cdefprivate
Expand Down

0 comments on commit 8e3540a

Please sign in to comment.