Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 761589 - dev-util/crash-7.2.8-r1 cannot determine length of symbol: log_end
Summary: dev-util/crash-7.2.8-r1 cannot determine length of symbol: log_end
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL: https://github.com/crash-utility/cras...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-25 11:08 UTC by Hans Lub
Modified: 2021-01-15 21:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Lub 2020-12-25 11:08:38 UTC
With newer kernels, 

# crash vmlinux vmcore 

bails out with an error message: "cannot determine length of symbol: log_end", apparently due to printk rework in the latest kernels.

Cf: https://github.com/crash-utility/crash/issues/67

The latest upstream release (7.2.9) doesn't fix this issue, but the current upstream commit does. 

Because 

- this package will often be used with the very latest kernels
- those may, from time to time,  introduce incompatibities with older versions of this package
- this package doesn't have a lot of dependencies

... wouldn't it make sense to have a crash-9999 version?
Comment 1 Larry the Git Cow gentoo-dev 2021-01-15 21:28:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5877353626dffb6ae205ba420e59ef254b23bdc

commit c5877353626dffb6ae205ba420e59ef254b23bdc
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2021-01-15 21:24:49 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2021-01-15 21:28:20 +0000

    dev-util/crash: version bump, 7.2.9
    
    introduce a live ebuild
    also switch github source
    
    Closes: https://bugs.gentoo.org/761589
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 dev-util/crash/Manifest           |  2 ++
 dev-util/crash/crash-7.2.9.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
 dev-util/crash/crash-9999.ebuild  | 41 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 84 insertions(+)