Opened 12 years ago
Closed 12 years ago
#318 closed bug (fixed)
seg fault while running modstd-cmd
Reported by: | seelisch | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 3-1-3 and higher |
Component: | dontKnow | Version: | 3-1-2 |
Keywords: | fork modstd | Cc: | steidel@… |
Description
code leading to erroneous behaviour:
LIB "modstd.lib"; ring R3 = 0, (x(1..7),h), dp; ideal I = cyclic(7); I = homog(I,h); ideal J = modStd(I,4); note: This code creates forks!!! by the way: How does gdb behave when multiple forks exist?
output of gdb:
- see attachment
- infos point to system-sh-call in extra.cc::260
- inbetween gdb seems to hang; see lines 205-207
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | gdbOutput.txt added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
problem was: hadling attributes and how/when to kill them. fixed.
Note: See
TracTickets for help on using
tickets.
gdb output when running given SINGULAR code