Opened 13 years ago

Closed 13 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)

gdbOutput.txt (13.1 KB) - added by seelisch 13 years ago.
gdb output when running given SINGULAR code

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by seelisch

Attachment: gdbOutput.txt added

gdb output when running given SINGULAR code

comment:1 Changed 13 years ago by hannes

Resolution: fixed
Status: newclosed

problem was: hadling attributes and how/when to kill them. fixed.

Note: See TracTickets for help on using tickets.