Ticket #334: SingBug.Debug.out.txt

File SingBug.Debug.out.txt, 8.7 KB (added by Oleksandr , 12 years ago)

output of Singularg (recent trunk version)

Line 
1> LIB "primdec.lib";
2// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/primdec.lib $Id$
3// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/ring.lib $Id$
4// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/absfact.lib $Id$
5// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/triang.lib $Id$
6// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/matrix.lib $Id$
7// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/nctools.lib $Id$
8// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/inout.lib $Id$
9// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/random.lib $Id$
10// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/poly.lib $Id$
11// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/elim.lib $Id$
12// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/general.lib $Id$
13> LIB "sing.lib";
14// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/sing.lib $Id$
15> LIB "linalg.lib";
16// ** loaded /mnt/DATA/GITHUB/w/trunk/Singular/LIB/linalg.lib $Id$
17
18. ring R=(0,b),(x,y,z),dp;
19> minpoly=b^4-b^2+1;
20> number a=-b^2;
21> poly f1=x3+y3+z3;
22>
23. matrix m[3][3]=1,0,1,1,0,a,1,1,0;
24>
25. matrix v[3][1]=x2,y2,z2;
26>
27. map phir=R,(-det(m)*inverse(m)*v);
28> poly f2=phir(f1);
29> ideal I2=radical(slocus(f2));
30deg>minpoly in pDebug.cc:241
31deg>minpoly in longalg.cc:682
32deg>minpoly in pDebug.cc:241
33deg>minpoly in longalg.cc:682
34deg>minpoly in pDebug.cc:241
35deg>minpoly in longalg.cc:682
36deg>minpoly in longalg.cc:362
37deg>minpoly in longalg.cc:682
38deg>minpoly in pDebug.cc:241
39deg>minpoly in longalg.cc:682
40deg>minpoly in pDebug.cc:241
41deg>minpoly in longalg.cc:682
42deg>minpoly in longalg.cc:362
43deg>minpoly in longalg.cc:682
44deg>minpoly in pDebug.cc:241
45deg>minpoly in longalg.cc:682
46deg>minpoly in pDebug.cc:241
47deg>minpoly in longalg.cc:682
48deg>minpoly in longalg.cc:362
49deg>minpoly in longalg.cc:682
50deg>minpoly in pDebug.cc:241
51deg>minpoly in longalg.cc:682
52deg>minpoly in pDebug.cc:241
53deg>minpoly in longalg.cc:682
540/* in pDebug.cc:241
550/* in longalg.cc:682
56   ? internal zero error(2)
570/* in pDebug.cc:241
580/* in longalg.cc:682
59   ? internal zero error(2)
600/* in pDebug.cc:241
610/* in longalg.cc:682
62   ? internal zero error(2)
630/* in longalg.cc:682
64   ? internal zero error(2)
650/* in longalg.cc:443
66Singular : signal 11 (v: 3130/ exported ):
67current line:>>    @h = imap(quring, @h);<<
68Segment fault/Bus error occurred at 7f12fa67d6a9 because of 10202 (r:1302465087)
69please inform the authors
70debug_stop
71GNU gdb (GDB) 7.2
72Copyright (C) 2010 Free Software Foundation, Inc.
73License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
74This is free software: you are free to change and redistribute it.
75There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
76and "show warranty" for details.
77This GDB was configured as "x86_64-unknown-linux-gnu".
78For bug reporting instructions, please see:
79<http://www.gnu.org/software/gdb/bugs/>...
80Reading symbols from /mnt/DATA/GITHUB/w/trunk/Singular/Singularg...done.
81Attaching to program: /mnt/DATA/GITHUB/w/trunk/Singular/Singularg, process 7939
82Reading symbols from /usr/lib/libgmp.so.10...(no debugging symbols found)...done.
83Loaded symbols for /usr/lib/libgmp.so.10
84Reading symbols from /lib/libreadline.so.6...(no debugging symbols found)...done.
85Loaded symbols for /lib/libreadline.so.6
86Reading symbols from /lib/libncursesw.so.5...(no debugging symbols found)...done.
87Loaded symbols for /lib/libncursesw.so.5
88Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
89Loaded symbols for /lib/libm.so.6
90Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
91Loaded symbols for /lib/libnsl.so.1
92Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
93Loaded symbols for /lib/libdl.so.2
94Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done.
95Loaded symbols for /usr/lib/libstdc++.so.6
96Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
97Loaded symbols for /lib/libc.so.6
98Reading symbols from /usr/lib/libgcc_s.so.1...(no debugging symbols found)...done.
99Loaded symbols for /usr/lib/libgcc_s.so.1
100Reading symbols from /lib/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
101Loaded symbols for /lib/ld-linux-x86-64.so.2
102Reading symbols from /mnt/DATA/GITHUB/w/trunk/Singular/p_Procs_FieldIndep.sog...done.
103Loaded symbols for /mnt/DATA/GITHUB/w/trunk/Singular/p_Procs_FieldIndep.sog
104Reading symbols from /mnt/DATA/GITHUB/w/trunk/Singular/p_Procs_FieldGeneral.sog...done.
105Loaded symbols for /mnt/DATA/GITHUB/w/trunk/Singular/p_Procs_FieldGeneral.sog
106debug (method=0) at cntrlc.cc:510
107510       while (si_stop_stack_trace_x) ;
108Breakpoint 1 at 0x6cb87f: file dError.c, line 55.
109(gdb) bt
110#0  debug (method=0) at cntrlc.cc:510
111#1  0x0000000000572d88 in sigsegv_handler (sig=11, s=...) at cntrlc.cc:223
112#2  <signal handler called>
113#3  0x00000000005f9d17 in p_GetExp (p=0x0, iBitmask=9223372036854775807, VarOffset=0) at ../kernel/pInline2.h:125
114#4  0x00000000005f9e0f in p_GetExp (p=0x0, v=1, r=0x7f12fc7bb658) at ../kernel/pInline2.h:223
115#5  0x00000000005fbc28 in naMult (la=0x7f12fc86c4d0, lb=0x7f12fc78d3f0) at longalg.cc:469
116#6  0x00007f12fa67d7c1 in p_Mult_mm__FieldGeneral_LengthThree_OrdGeneral (p=0x7f12fc78daf0, m=0x7f12fc78db60,
117    ri=0x7f12fc7bb070) at ../kernel/p_Mult_mm__T.cc:38
118#7  0x0000000000633f8d in p_Mult_q (p=0x7f12fc78db60, q=0x7f12fc78daf0, r=0x7f12fc7bb070) at ../kernel/pInline2.h:630
119#8  0x000000000063782b in pPermPoly (p=0x0, perm=0x7f12fc705970, oldRing=0x7f12fc80c460, nMap=0, par_perm=0x7f12fc792e30,
120    OldPar=2) at polys1.cc:1330
121#9  0x0000000000561f9f in maApplyFetch (what=297, theMap=0x0, res=0x7fffe3e21690, w=0x7fffe3e1e7a0, preimage_r=0x7f12fc80c460,
122    perm=0x7f12fc705970, par_perm=0x7f12fc792e30, P=2, nMap=0) at maps_ip.cc:128
123#10 0x00000000004c40a0 in jjFETCH (res=0x7fffe3e21690, u=0x7f12fc7b1370, v=0x7f12fc7b1e70) at iparith.cc:2098
124#11 0x00000000004d5664 in iiExprArith2 (res=0x7fffe3e21690, a=0x7fffe3e1ea18, op=297, b=0x7fffe3e1ea88, proccall=1)
125    at iparith.cc:7454
126#12 0x000000000050d2dc in yyparse () at grammar.y:659
127#13 0x000000000052d535 in iiPStart (pn=0x7f12fc8511f0, v=0x7f12fc7b1870) at iplib.cc:350
128#14 0x000000000052da17 in iiMake_proc (pn=0x7f12fc8511f0, pack=0x0, sl=0x7f12fc7b1870) at iplib.cc:478
129#15 0x00000000004c1d4d in jjPROC (res=0x7fffe3e24980, u=0x7f12fc7b16f0, v=0x7f12fc7b1870) at iparith.cc:1462
130#16 0x00000000004d5664 in iiExprArith2 (res=0x7fffe3e24980, a=0x7fffe3e21c98, op=40, b=0x7f12fc7b1570, proccall=0)
131    at iparith.cc:7454
132#17 0x00000000004d18e1 in jjKLAMMER_PL (res=0x7fffe3e24980, u=0x7fffe3e21c98) at iparith.cc:6807
133#18 0x00000000004d75c7 in iiExprArithM (res=0x7fffe3e24980, a=0x7fffe3e21c98, op=40) at iparith.cc:7976
134#19 0x000000000050cac3 in yyparse () at grammar.y:523
135#20 0x000000000052d535 in iiPStart (pn=0x7f12fc851270, v=0x7f12fc7a18f0) at iplib.cc:350
136#21 0x000000000052da17 in iiMake_proc (pn=0x7f12fc851270, pack=0x0, sl=0x7f12fc7a18f0) at iplib.cc:478
137#22 0x00000000004c1d4d in jjPROC (res=0x7fffe3e27c70, u=0x7f12fc7a1d70, v=0x7f12fc7a18f0) at iparith.cc:1462
138#23 0x00000000004d5664 in iiExprArith2 (res=0x7fffe3e27c70, a=0x7fffe3e24f88, op=40, b=0x7f12fc7a1c70, proccall=0)
139    at iparith.cc:7454
140---Type <return> to continue, or q <return> to quit---
141#24 0x00000000004d18e1 in jjKLAMMER_PL (res=0x7fffe3e27c70, u=0x7fffe3e24f88) at iparith.cc:6807
142#25 0x00000000004d75c7 in iiExprArithM (res=0x7fffe3e27c70, a=0x7fffe3e24f88, op=40) at iparith.cc:7976
143#26 0x000000000050cac3 in yyparse () at grammar.y:523
144#27 0x000000000052d535 in iiPStart (pn=0x7f12fc851170, v=0x7f12fc790c70) at iplib.cc:350
145#28 0x000000000052da17 in iiMake_proc (pn=0x7f12fc851170, pack=0x0, sl=0x7f12fc790c70) at iplib.cc:478
146#29 0x00000000004c1d4d in jjPROC (res=0x7fffe3e2af60, u=0x7f12fc790bf0, v=0x7f12fc790c70) at iparith.cc:1462
147#30 0x00000000004d5664 in iiExprArith2 (res=0x7fffe3e2af60, a=0x7fffe3e28358, op=40, b=0x7f12fc790b70, proccall=0)
148    at iparith.cc:7454
149#31 0x00000000004d18e1 in jjKLAMMER_PL (res=0x7fffe3e2af60, u=0x7fffe3e28358) at iparith.cc:6807
150#32 0x00000000004d75c7 in iiExprArithM (res=0x7fffe3e2af60, a=0x7fffe3e28358, op=40) at iparith.cc:7976
151#33 0x000000000050cac3 in yyparse () at grammar.y:523
152#34 0x000000000052d535 in iiPStart (pn=0x7f12fc851070, v=0x7f12fc7a1570) at iplib.cc:350
153#35 0x000000000052da17 in iiMake_proc (pn=0x7f12fc851070, pack=0x0, sl=0x7f12fc7a1570) at iplib.cc:478
154#36 0x00000000004c1d4d in jjPROC (res=0x7fffe3e2e250, u=0x7f12fc7a14f0, v=0x7f12fc7a1570) at iparith.cc:1462
155#37 0x00000000004d5664 in iiExprArith2 (res=0x7fffe3e2e250, a=0x7fffe3e2b568, op=40, b=0x7f12fc7a1470, proccall=0)
156    at iparith.cc:7454
157#38 0x00000000004d18e1 in jjKLAMMER_PL (res=0x7fffe3e2e250, u=0x7fffe3e2b568) at iparith.cc:6807
158#39 0x00000000004d75c7 in iiExprArithM (res=0x7fffe3e2e250, a=0x7fffe3e2b568, op=40) at iparith.cc:7976
159#40 0x000000000050cac3 in yyparse () at grammar.y:523
160#41 0x00000000004bc7a7 in main (argc=1, argv=0x7fffe3e2f648) at tesths.cc:262
161