Bug 283071 - 'use-idle-io-priority = true' crashes in &ksb::BuildContext::safe_system
Summary: 'use-idle-io-priority = true' crashes in &ksb::BuildContext::safe_system
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 07:56 UTC by Eike Hein
Modified: 2011-10-01 17:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.14.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Hein 2011-09-30 07:56:04 UTC
With 'use-idle-io-priority = true' in my rc file I get the following when attempting to run kdesrc-build:

Encountered an error in the execution of the script.
The error reported was Undefined subroutine &ksb::BuildContext::safe_system called at /home/kdesrc/kdesrc-build/kdesrc-build line 1079.
Comment 1 Michael Pyne 2011-10-01 17:00:04 UTC
Git commit db6c646b4764fc1e7cdaa3ff31dcdb663d0690df by Michael Pyne.
Committed on 01/10/2011 at 18:56.
Pushed by mpyne into branch 'master'.

Fix crash using use-idle-io-priority.

Dynamic languages got me again. ;) Perl couldn't find safe_system() at
runtime because it was looking in the wrong package, therefore simply
fully specify where the method is supposed to be.

Thanks Eike for the report.

BUG:283071
FIXED-IN:1.14.2

M  +1    -1    kdesrc-build

http://commits.kde.org/kdesrc-build/db6c646b4764fc1e7cdaa3ff31dcdb663d0690df