Actions
Bug #150
openQtCreator needs a ptrace implementation
Status:
New
Priority:
Low
Assignee:
-
Start date:
2013-09-15
Due date:
% Done:
0%
Estimated time:
Description
QtCreator uses ptrace(), which is available only in 32-bit libc.
ptrace() on Solaris is a library function (e. i. not a system call), which is implemented through /proc filesystem.
Either port 32-bit ptrace() to 64-bit, or patch QtCreator to use /proc.
Updated by Igor Pashev over 11 years ago
- Subject changed from QtCreator need an ptrace implementation to QtCreator needs a ptrace implementation
Actions