** Changed in: nux
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1066788
Title:
Previews loading more than 454 lines of description text crash Unity
Status in Nux:
Fix Released
Status in Unity:
Fix Released
Status in “nux” package in Ubuntu:
Fix Released
Status in “unity” package in Ubuntu:
Fix Released
Bug description:
Working preview:
title = 'test title'
description = 'test line\n' * 454
Unity.GenericPreview.new(title, description, None)
Crashing preview:
title = 'test title'
description = 'test line\n' * 455
Unity.GenericPreview.new(title, description, None)
WARN 2012-10-15 11:10:32 unity.dash.previews.preview Preview.cpp:53 Unable
to create Preview object
Segmentation fault (core dumped)
Doing this previously resulted in a black square on the right pane
(see https://bugs.launchpad.net/unity/+bug/1039437 ), since the
addition of the spinner for previews taking a long time to open, Unity
segfaults.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/1066788/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp