Discussion:
POSIX bug
Will Noble
2011-01-23 06:18:29 UTC
Permalink
,open posix-files
(get-file-info "/")
assertion-violation: unbound external name [call-external-value-2]
"posix_file_info"
"posix-time-type"

The problem is that posix_file_info in c/posix/dir.c indirectly uses
the binding to posix-time-type through s48_posix_enter_time. However,
posix-files doesn't open posix-time, leaving posix-time-type unexported.

Regards,
Will
Michael Sperber
2011-01-27 15:45:53 UTC
Permalink
Post by Will Noble
,open posix-files
(get-file-info "/")
assertion-violation: unbound external name [call-external-value-2]
"posix_file_info"
"posix-time-type"
The problem is that posix_file_info in c/posix/dir.c indirectly uses
the binding to posix-time-type through s48_posix_enter_time. However,
posix-files doesn't open posix-time, leaving posix-time-type unexported.
Thanks for the very precise bug report and fix suggestion - I've just
pushed the fix.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Continue reading on narkive:
Loading...