apt-get update generates a segmentation fault
Bug #1513539 reported by
guillaume thouvenin
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel Plugins |
Invalid
|
Critical
|
LMA-Toolchain Fuel Plugins | ||
Fuel for OpenStack |
Invalid
|
Medium
|
guillaume thouvenin | ||
StackLight |
Invalid
|
Critical
|
guillaume thouvenin | ||
vmware-dvs |
New
|
Undecided
|
Unassigned |
Bug Description
The deployment of stable/0.8 failed with the following message:
Deployment has failed. Method granular_deploy. Failed to execute hook 'lma_infrastruc
When we connect to the LMA node and run the command "apt-get update" manually we've got a segmentation fault. It is the same if we use the command "apt-cache stats".
If we run the command "echo 'APT::Cache-Start 50331648;' >/etc/apt/
Changed in lma-toolchain: | |
assignee: | nobody → LMA-Toolchain Fuel Plugins (mos-lma-toolchain) |
importance: | Undecided → Critical |
Changed in fuel: | |
milestone: | none → 8.0 |
assignee: | nobody → MOS Linux (mos-linux) |
tags: | added: area-linux |
Changed in fuel: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
Changed in fuel: | |
assignee: | MOS Linux (mos-linux) → guillaume thouvenin (guillaume-thouvenin) |
Changed in lma-toolchain: | |
status: | Confirmed → In Progress |
Changed in fuel: | |
status: | In Progress → Invalid |
To post a comment you must log in.
After looking more deeply the problem occurs when there are too many packages in the cache and apt failed to resize the cache. By default the value is 25165824. If you go over this value the remapping of the memory produces a SIGSEVG...
mremap( 0x7f47dcbd2000, 25165824, 26214400, MREMAP_MAYMOVE) = 0x7f47db2d2000 SEGV_MAPERR, si_addr= 0x7f47de3c7dec} ---
--- SIGSEGV {si_signo=SIGSEGV, si_code=
+++ killed by SIGSEGV +++