angel2s2 / sams2

Automatically exported from code.google.com/p/sams2
GNU General Public License v2.0
1 stars 0 forks source link

Problem with libstdc++.so #558

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install sams-2.0.0-rc2
2. Creant mysql database
3. Configure config file.
4. Run /etc/init.d/sams2 start

What is the expected output? What do you see instead?

Jul 20 08:31:54 cifn kernel: [299644.388713] sams2daemon[9040]: segfault at 
ffffffffffffffe8 ip 00000031470a357c sp 00007fffecac6b00 error 4 in 
libstdc++.so.6.0.16[3147000000+e8000]

What version of the product are you using? On what operating system?

Linux 2.6.38.6-26.rc1.fc15.x86_64 #1 SMP Mon May 9 20:45:15 UTC 2011 x86_64 
x86_64 x86_64 GNU/Linux
It's Fedora Core 15

Please provide any additional information below.

[root@cifn run]# locate libstdc++.so
/usr/lib/gcc/x86_64-redhat-linux/4.6.0/libstdc++.so
/usr/lib/gcc/x86_64-redhat-linux/4.6.0/32/libstdc++.so
/usr/lib64/libstdc++.so.6
/usr/lib64/libstdc++.so.6.0.16
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.16-gdb.py
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.16-gdb.pyc
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.16-gdb.pyo
[root@cifn run]#

Original issue reported on code.google.com by tropinin...@gmail.com on 19 Jul 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Если нужна дополнительная информация, 
сообщите, я отправлю.

Original comment by tropinin...@gmail.com on 20 Jul 2011 at 9:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by tropinin...@gmail.com on 20 Jul 2011 at 6:32

Attachments:

GoogleCodeExporter commented 9 years ago
А это strace sams2deamon

Original comment by tropinin...@gmail.com on 20 Jul 2011 at 6:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bl...@nixdev.net on 24 Jul 2011 at 6:16

GoogleCodeExporter commented 9 years ago
Есть какие-то подвижки?
Я собирал пакеты и из исходников rc и из beta, 
все сегфолтятся, как в описанном примере.
У кого-нибудь на дебиане самс второй 
запустился?

Original comment by rush1...@gmail.com on 2 Sep 2011 at 9:16

GoogleCodeExporter commented 9 years ago
Проект сдох походу... хоть сам пиши.

Original comment by dela...@gmail.com on 23 Jan 2012 at 6:29

GoogleCodeExporter commented 9 years ago
Ubuntu 12.04.2 LTS
Linux 192-168-80-21 3.5.0-27-generic #46~precise1-Ubuntu SMP Tue Mar 26 
19:33:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Segmentation fault problem:
[11050.320339] sams2daemon[5243]: segfault at ffffffffffffffe8 ip 
00007fca379d3e8c sp 00007fffbc1a5a20 error 5 in 
libstdc++.so.6.0.16[7fca37935000+e2000]

strace /opt/sams/bin/sams2daemon -C /etc/sams2.conf
(see stracesams.txt)

(not worked 2013-04-29)

Original comment by kano...@gmail.com on 29 Apr 2013 at 6:10

Attachments:

GoogleCodeExporter commented 9 years ago
Если это проблема с падением после fetch на 
64-х разрядной системе, то мне помогло 
добавление :long в объявление всех enum 
переменных.
enum ParserType: long
{
...
};
Проблема в чтении в них из MySQL через 
указатели как в long.

Original comment by deboba...@gmail.com on 27 May 2013 at 5:43