Bug 12556 - depmod: Segmentation fault
Summary: depmod: Segmentation fault
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.31.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-11 14:32 UTC by illiliti
Modified: 2020-02-11 14:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description illiliti 2020-02-11 14:32:52 UTC
While compiling kernel i found strange bug. depmod segfaults with following error:
DEPMOD  5.5.2_1
depmod: buffer 67104768 too small
depmod: read error from './kernel/drivers/gpu/drm/i915/i915.ko.gz'
Segmentation fault
make: *** [Makefile:1327: _modinst_post] Error 139

libc - musl 1.1.24
busybox - v1.31.1 statically compiled
linux kernel - 5.5.2_1
cpu - Intel i5-7300HQ (4) @ 3.500GHz

fun fact but if unzip i915 module and run depmod, then everything is fine