View previous topic :: View next topic |
Author |
Message |
XiaoaiX n00b
Joined: 30 May 2015 Posts: 30
|
Posted: Wed May 25, 2022 1:29 am Post subject: stack smashing detected |
|
|
I am upgrading an old gentoo on a mips machine from a 2014 stage3 installation. Now it is progressing from 2019-04-01 to 2020-09-01 snapshot. The emerge of the world process terminated because of an accidental network fault at night. When I emerge again, it is stuck at the pre-merge check with a stack smashing message
Code: |
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-libs/glibc-2.32-r1
*** stack smashing detected ***: <unknown> terminated
|
and it is stuck here.
Any help? Thanks. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31255 Location: here
|
Posted: Wed May 25, 2022 5:15 am Post subject: |
|
|
Read this article. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31255 Location: here
|
Posted: Wed May 25, 2022 5:16 am Post subject: |
|
|
Moved from Portage & Programming to Gentoo on Alternative Architectures. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
XiaoaiX n00b
Joined: 30 May 2015 Posts: 30
|
Posted: Thu May 26, 2022 4:25 am Post subject: |
|
|
Thanks. But here how to track down which program causes the stack smashing? What could be the program ran after the pre-emerge checking ? Thanks. |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1938
|
Posted: Mon Jun 06, 2022 5:22 am Post subject: |
|
|
XiaoaiX wrote: |
Thanks. But here how to track down which program causes the stack smashing? What could be the program ran after the pre-emerge checking ? Thanks. |
Running emerge under strace or gdb should help you track it down. dmesg might have it too. |
|
Back to top |
|
|
|