maxima crash 12.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| maxima (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Using the 21.04 pre-release.
The maxima program crashes with a core dump. The tail of 'strace maxima' is below:
access(
readlink("/proc", 0x7ffea3048b20, 1023) = -1 EINVAL (Invalid argument)
readlink(
readlink(
readlink(
readlink("/usr", 0x7ffea3048b20, 1023) = -1 EINVAL (Invalid argument)
readlink(
readlink(
readlink(
readlink(
readlink(
brk(NULL) = 0x3efd000
write(2, "The assertion realpath(s,o) on l"..., 91The assertion realpath(s,o) on line 471 of main.c in function mbin failed: Invalid argument) = 91
rt_sigprocmask(
rt_sigprocmask(
getpid() = 8700
gettid() = 8700
tgkill(8700, 8700, SIGABRT) = 0
rt_sigprocmask(
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=8700, si_uid=1002} ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)
affects: | launchpad → maxima (Ubuntu) |
PeterPall (peterpall) wrote : | #1 |
Eric Mazoob (zoob) wrote : | #2 |
I just started maxima from a konsole window.
$ maxima
The assertion realpath(s,o) on line 471 of main.c in function mbin failed: Invalid argumentAborted (core dumped)
How did you trigger this?