Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #67768 > unrolled thread
| Started by | tobias <tobias@appelo.org> |
|---|---|
| First post | 2020-08-13 17:20 +0200 |
| Last post | 2020-08-13 17:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#968335: kernel crash: WARNING: CPU: 0 PID: 0 at lib/percpu-refcount.c:155 percpu_ref_switch_to_atomic_rcu+0xf8/0x120 tobias <tobias@appelo.org> - 2020-08-13 17:20 +0200
| From | tobias <tobias@appelo.org> |
|---|---|
| Date | 2020-08-13 17:20 +0200 |
| Subject | Bug#968335: kernel crash: WARNING: CPU: 0 PID: 0 at lib/percpu-refcount.c:155 percpu_ref_switch_to_atomic_rcu+0xf8/0x120 |
| Message-ID | <ADnbk-6Kn-11@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hello,
wanted to add that the issue gets triggered when running the following
script:
#!/bin/sh
if [ -x /usr/bin/certbot ]; then
certbot -q --authenticator standalone \
--installer none renew \
--pre-hook "service apache2 stop" \
--post-hook "service apache2 start"
sleep 60
/bin/systemctl restart apache2
fi
if i run this script using previous kernel ( linux-image-4.19.0-9-amd64
) no kernel crash is happening.
tobias.
Back to top | Article view | linux.debian.kernel
csiph-web