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

Summary: [stdout/stderr] ASSERT: "width" in tdelibs/kate/part/katerenderer.cpp
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2968    

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