Program crashing ubuntu
up vote
0
down vote
favorite
I have a fairly graphics intense QT based proprietary program that keeps crashing at me when it runs out of memory.
When that happens it often takes down the entire system. Usually I can restart and the program will work again. However, this time it would refuse to start properly. Instead I see a transparent splash and then it blocks a CPU at 100% until the system freezes. I tried reinstalling the program and deleting all .* files.I previously managed to fix this by reinstalling the Nvidia driver. This times nothing seems to help.
Is there a way to find out what as specific program is doing on my system? Something like a traceback. As it is proprietary I don't get any output from the terminal.
And: No using a different free software is not an option.
nvidia crash
add a comment |Â
up vote
0
down vote
favorite
I have a fairly graphics intense QT based proprietary program that keeps crashing at me when it runs out of memory.
When that happens it often takes down the entire system. Usually I can restart and the program will work again. However, this time it would refuse to start properly. Instead I see a transparent splash and then it blocks a CPU at 100% until the system freezes. I tried reinstalling the program and deleting all .* files.I previously managed to fix this by reinstalling the Nvidia driver. This times nothing seems to help.
Is there a way to find out what as specific program is doing on my system? Something like a traceback. As it is proprietary I don't get any output from the terminal.
And: No using a different free software is not an option.
nvidia crash
1
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
1
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
1
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a fairly graphics intense QT based proprietary program that keeps crashing at me when it runs out of memory.
When that happens it often takes down the entire system. Usually I can restart and the program will work again. However, this time it would refuse to start properly. Instead I see a transparent splash and then it blocks a CPU at 100% until the system freezes. I tried reinstalling the program and deleting all .* files.I previously managed to fix this by reinstalling the Nvidia driver. This times nothing seems to help.
Is there a way to find out what as specific program is doing on my system? Something like a traceback. As it is proprietary I don't get any output from the terminal.
And: No using a different free software is not an option.
nvidia crash
I have a fairly graphics intense QT based proprietary program that keeps crashing at me when it runs out of memory.
When that happens it often takes down the entire system. Usually I can restart and the program will work again. However, this time it would refuse to start properly. Instead I see a transparent splash and then it blocks a CPU at 100% until the system freezes. I tried reinstalling the program and deleting all .* files.I previously managed to fix this by reinstalling the Nvidia driver. This times nothing seems to help.
Is there a way to find out what as specific program is doing on my system? Something like a traceback. As it is proprietary I don't get any output from the terminal.
And: No using a different free software is not an option.
nvidia crash
nvidia crash
asked Feb 7 at 12:32
mace
242210
242210
1
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
1
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
1
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52
add a comment |Â
1
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
1
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
1
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52
1
1
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
1
1
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
1
1
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003877%2fprogram-crashing-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Seems like a great support question for that proprietary vendor.
â user535733
Feb 7 at 12:44
1
Most (all) programs will crash system when system runs out of memory. Add more memory (for performance) or more swap (for handling memory shortage, but with bad performance.
â Soren A
Feb 7 at 12:50
1
There are trace funktions, such as strace, that lets you see what your program makes of system calls.
â Soren A
Feb 7 at 12:54
Thanks. Strace did the job. You should post it as an answer. I will accept it.
â mace
Feb 7 at 14:52