Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378917 - app-text/utrac - segmentation faults in utrac
Summary: app-text/utrac - segmentation faults in utrac
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Wolfram Schlich (RETIRED)
URL: http://mandriva.598463.n5.nabble.com/...
Whiteboard: Pending Removal: 2012-12-24
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2011-08-12 13:48 UTC by Matthias
Modified: 2012-12-25 13:29 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 Matthias 2011-08-12 13:48:21 UTC
kernel: utrac[19751]: segfault at 8000060b1f8 ip 0000000000404a5d sp 00007fffb8 f5bef8 error 4 in utrac[400000+b000]

The Problem seems to be well known for Mandriva:
http://mandriva.598463.n5.nabble.com/Bug-35379-utrac-ASSIGNED-utrac-segmentation-fault-td616844.html

Quote:
This was due to
ut_crc32 working on unsigned long. On 64 bits, unsigned long is 64bits, which
is not good when you want to do 32bit computations. Changed it to explicit
uint32_t. 

Unfortunately the Mandirva-Patch doesnt work for Gentoo (for me at least), so I file this bug.
Comment 1 Pacho Ramos gentoo-dev 2012-10-07 15:02:47 UTC
Probably time to tree clean due this and other opened bugs
Comment 2 Pacho Ramos gentoo-dev 2012-12-25 13:29:58 UTC
dropped