By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1669 - [stdout/stderr] ASSERT: "width" in tdelibs/kate/part/katerenderer.cpp
Summary: [stdout/stderr] ASSERT: "width" in tdelibs/kate/part/katerenderer.cpp
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2013-10-03 17:35 CDT by Darrell
Modified: 2018-08-30 02:52 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-10-03 17:35:04 CDT
I see this message occasionally in my xsession-errors log:

ASSERT: "width" in /dev/shm/tdelibs/kate/part/katerenderer.cpp

katerenderer.cpp:798 contains:

Q_ASSERT(width);

I am able to trigger the message repeatedly when I open /opt/trinity/share/services/kded/kpasswdserver.desktop.

A little investigating indicates the message occurs with any of the following lines in kpasswdserver.desktop:

Name[bn]
Name[hi]
Name[km]
Comment[km]
Comment[ne]
Comment[pa]
Comment[ta]
Comment[te]
Comment[th]

The messages stop appearing in the xsession-error log when those specific lines are deleted.

The message occurs when I use Unicode (utf8) encoding in kate. When I change to Western European (iso 8859-1) the messages no longer appear in the xsession-errors log.

Not sure about the "/dev/shm" part other than that is where my $TMP environment variable is pointed, as well as where I build my packages ($TMP).
Comment 1 Michele Calgaro 2014-03-07 00:42:49 CST
Confirmed