Summary: | Cantor crash after close the application using Sage backend | ||
---|---|---|---|
Product: | [Applications] cantor | Reporter: | Albert Meyburgh <ameyburgh> |
Component: | sage-backend | Assignee: | Filipe Saraiva <filipe> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alexanderrieder, filipe, nakieb, nooniensoong97 |
Priority: | NOR | ||
Version: | 0.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/cantor/47cd4f4ed40d5e799b376346e00fca1841fa0e2b | Version Fixed In: | 16.08 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Albert Meyburgh
2013-11-28 18:24:18 UTC
*** Bug 317631 has been marked as a duplicate of this bug. *** Created attachment 84954 [details]
New crash information added by DrKonqi
cantor (0.3) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
I set p to prime_range of 1000: p=prime_range(1000)
and evaluated the list from 0 to 10: p[0:10]
-- Backtrace (Reduced):
#7 0xb6032fae in QObject::connect (sender=0x905b940, signal=0xafcc5fdc "2statusChanged(Cantor::Expression::Status)", receiver=0x8e96d28, method=0xafcc5fa0 "1currentExpressionChangedStatus(Cantor::Expression::Status)", type=Qt::AutoConnection) at kernel/qobject.cpp:2551
#8 0xafcbb00d in runFirstExpression (this=0x8e96d28) at ../../../../src/backends/sage/sagesession.cpp:227
#9 SageSession::runFirstExpression (this=0x8e96d28) at ../../../../src/backends/sage/sagesession.cpp:222
[...]
#11 0xb71e6085 in Cantor::Expression::statusChanged (this=0x9115c68, _t1=Cantor::Expression::Interrupted) at ./expression.moc:124
#12 0xb71e60c4 in Cantor::Expression::setStatus (this=0x9115c68, status=Cantor::Expression::Interrupted) at ../../../src/lib/expression.cpp:149
Git commit 47cd4f4ed40d5e799b376346e00fca1841fa0e2b by Filipe Saraiva. Committed on 27/05/2016 at 18:12. Pushed by filipesaraiva into branch 'master'. Fix the crash of Cantor after close it using Sage backend FIXED-IN: 16.08 M +2 -2 src/backends/sage/sagesession.cpp http://commits.kde.org/cantor/47cd4f4ed40d5e799b376346e00fca1841fa0e2b |