Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184819 - dev-util/monodevelop-0.14 crash on initial display of gui designer
Summary: dev-util/monodevelop-0.14 crash on initial display of gui designer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 10:32 UTC by Thomas Jepp
Modified: 2007-07-26 13:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Stack trace for the crash (monodevelop stack trace,14.41 KB, text/plain)
2007-07-10 10:34 UTC, Thomas Jepp
Details
Second stack trace (monodevelop stack trace,16.04 KB, text/plain)
2007-07-10 10:47 UTC, Thomas Jepp
Details
third stack trace (monodevelop stack trace,15.37 KB, text/plain)
2007-07-10 10:56 UTC, Thomas Jepp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Jepp 2007-07-10 10:32:59 UTC
Monodevelop 0.14 crashes when I attempt to load the GTK# GUI designer.

Reproducible: Always

Steps to Reproduce:
1. Create a new GTK# project in Monodevelop.
2. Attempt to open "MainWindow" under "User Interface"
3. Crash!

Actual Results:  
Monodevelop closes, and dumps a stack trace to the console.

Expected Results:  
Monodevelop should have opened the GUI designer (stetic).

I've tried this on two systems:
a P4 testing system running xfce
and a pentium-m based laptop

Pentium-M laptop:

Portage 2.1.2.9 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.5-r4, 2.6.20-gentoo-r8-laptop1 i686)
=================================================================
System uname: 2.6.20-gentoo-r8-laptop1 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 09 Jul 2007 18:50:01 +0000
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.virginmedia.com/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://tomserver/gentoo-portage"
USE="X acl acpi alsa apache2 arts berkdb bitmap-fonts bzip2 cairo cdr cjk cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kde kerberos ldap libg++ mad midi mikmod mp3 mpeg mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl php png pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sql ssl subversion svg tcpd tidy tiff truetype truetype-fonts type1-fonts unicode vorbis win32codecs x86 xcomposite xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Thomas Jepp 2007-07-10 10:34:28 UTC
Created attachment 124407 [details]
Stack trace for the crash
Comment 2 Thomas Jepp 2007-07-10 10:47:45 UTC
Created attachment 124409 [details]
Second stack trace

after recompiling x11-libs/gtk+-2.10.11, I got this stack trace, suggesting a missing metacity object file
Comment 3 Thomas Jepp 2007-07-10 10:56:51 UTC
Created attachment 124411 [details]
third stack trace

As I run KDE, I didn't have metacity installed. Installing metacity gives this stack trace.
Comment 4 Thomas Jepp 2007-07-20 17:38:19 UTC
On a fresh install (using unstable), I get no more crashes.

emerge --info:

tejster24@regtop ~ $ emerge --info
Portage 2.1.3_rc8 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6-r0, 2.6.22-gentoo-r1-regtop i686)
=================================================================
System uname: 2.6.22-gentoo-r1-regtop i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System release 1.12.10
Timestamp of tree: Thu, 19 Jul 2007 21:50:01 +0000
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS="http://gentoo.virginmedia.com/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://tomserver/gentoo-portage"
USE="X a52 aac aalib acl acpi alsa amr apache2 arts bash-completion berkdb bidi bitmap-fonts bzip2 cairo cdda cddb cdparanoia cdr cjk cli cracklib crypt cups curl dbus directfb dri dts dvd dvdr dvdread eds emboss encode evo exif fam fbcon firefox flac fortran ftp gdbm gif gpm gstreamer hal iconv imagemagick imlib ipv6 isdnlog jpeg kde kerberos libcaca libdvdcss libg++ lirc mad matroska midi mikmod mod modplug mono mp2 mp3 mpeg mudflap musepack mysql ncurses nls nptl nptlonly ogg openal opengl openmp oss pam pcmcia pcre pdf perl php png pppd python qt3 qt3support qt4 quicktime rar readline reflection samba sdl sdl-image seamonkey session skins speex spell spl sql sqlite sqlite3 ssl stream subversion svg svga synaptics syslog tcpd tga theora tidy tiff tivo truetype truetype-fonts type1-fonts unicode vcd vdr vidix vlm vorbis win32codecs x264 x86 xcomposite xine xml xorg xscreensaver xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon vesa fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 5 Jurek Bartuszek (RETIRED) gentoo-dev 2007-07-26 13:16:57 UTC
Closing then