Bug 48200 - crash on starup after editing schema (similar/same to Bug 24418)
Summary: crash on starup after editing schema (similar/same to Bug 24418)
Status: RESOLVED DUPLICATE of bug 42441
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.1.3
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-23 17:52 UTC by Joey Mingrone
Modified: 2002-09-23 19:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joey Mingrone 2002-09-23 17:52:30 UTC
Version:           1.1.3 (using KDE KDE 3.0.3)
Installed from:    FreeBSD Ports
Compiler:          gcc 2.95.3 
OS:          FreeBSD

After editing my schema, setting the shell session to use the edited shema, konsole crashes on startup.

Here's what ~/.kde/share/config/konsolerc looks like (I haven't edited the file manually):
BlinkingCursor=false
CtrlDrag=true
LineSpacing=0
TerminalSizeHint=true
WarnQuit=true
has frame=true
schema=
wordseps=:@-./_~

[TipOfDay]
RunOnStart=false

Here's ~/.kde/share/apps/konsole/shell.desktop:
[Desktop Entry]
Cwd=
Exec=
Font=
Icon=openterm
KeyTab=
Name=Shell
Schema=Grey Transparent Konsole.schema
Term=xterm-color
Type=KonsoleApplication

..and the schema (.kde/share/apps/konsole/Grey Transparent Konsole.schema):
# schema for konsole autogenerated with the schema editor

title Grey Transparent Konsole

transparency 0.86 236 236 236

# foreground colors

# note that the default background color is flagged
# to become transparent when an image is present.

#   slot    transparent bold
#      | red grn blu  | |
#      V V--color--V  V V
sysfg  0              0 0 # 0 -Foreground color
color  1   0   0   0  1 0 # 1 -Background color
color  2   0   0   0  0 0 # 2 - Color 0 (black)
color  3 178  24  24  0 0 # 3 - Color 1 (red)
color  4  24 178  24  0 0 # 4 - Color 2 (green)
color  5 178 104  24  0 0 # 5 - Color 3 (yellow)
color  6  24  24 178  0 0 # 6 - Color 4 (blue)
color  7 178  24 178  0 0 # 7 - Color 5 (magenta)
color  8  24 178 178  0 0 # 8 - Color 6 (cyan)
color  9 178 178 178  0 0 # 9 - Color 7 (white)
color 10 255 255 255  0 0 # 10 -Foreground intensive color
color 11 104 104 104  1 0 # 11 - Background intensive color
color 12 104 104 104  0 0 # 12 - Color 0 intensive (gray)
color 13 255  84  84  0 0 # 13 - Color 1 intensive (light red)
color 14  84 255  84  0 0 # 14 - Color 2 intensive (light green)
color 15 255 255  84  0 0 # 15 - Color 3 intensive (light yellow)
color 16  84  84 255  0 0 # 16 - Color 4 intensive (light blue)
color 17 255  84 255  0 0 # 17 - Color 5 intensive (light magenta)
color 18  84 255 255  0 0 # 18 - Color 6 intensive (light cyan)
color 19 255 255 255  0 0 # 19 - Color 7 intensive (white)

..and the bugtrace (sorry it's not complete).  I can't get kdebase to compile on my OS at the moment to put --enable-debug=full.
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x28d9e67c in _thread_sys_poll ()
   from /usr/lib/libc_r.so.4
#0  0x28d9e67c in _thread_sys_poll () from /usr/lib/libc_r.so.4
#1  0x28d9da78 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4
#2  0x28d9d38f in _thread_kern_scheduler () from /usr/lib/libc_r.so.4
#3  0x0 in ?? ()

Let me know if there anything else I can provide.

Thanks,
Joey
Comment 1 Joey Mingrone 2002-09-23 18:33:24 UTC
After tinkering around a bit more, it seems the crash will occur when the 
session uses any schema with a transparent background.  
Comment 2 Joey Mingrone 2002-09-23 18:34:43 UTC
...and when i remove my desktop background image everything is fine. 
Comment 3 Stephan Binner 2002-09-23 19:48:05 UTC

*** This bug has been marked as a duplicate of 42441 ***