kekekeks / skypetab-ng

A program that adds tabs to Skype™ for Linux
skypetab-ng
GNU Lesser General Public License v3.0
76 stars 4 forks source link

Skype crashes with libskypetab-ng.so.0.4.3 #8

Closed akuznecov closed 12 years ago

akuznecov commented 12 years ago

I have cloned updated version of libskypetab (head)

I got Skype crashed with no errors, when Im trying to open chat with some one in my roster and no "tabs gray field" displayed after startup. Previously I have installed a 0.4.1 version from AUR with PKGBUILD This version works well, but have a message field bug

Compilation options: qmake -spec linux-g++-32 && make

With 0.4.1 on console I got:

Created main window
QWidget (0x180000e) is under control
QWidget (0x180001b) is under control
XMessages (0x18000cc) is under control
QWidget (0x18000d1) is under control
skypetab::STabMainWindow (0x18000d6) is under control
QMenu (0x1800e39) is under control
Skype::ChatWindow (0x18025c2) is under control
QRubberBand (0x18026d8) is under control
QSplitter (0x18026da) is under control
skypetab::ContactListContainer (0x18026dc) is under control
... skipped...```

With 0.4.3 I have:```
./skype-ru-locale                             
[1]    10249 abort      ./skype-ru-locale```
Seems that library not loaded or not loaded properly.

Start-up options from my custom locale script:
```export LANG=ru_RU.UTF8
#skype
#LD_PRELOAD=/home/xt/src/skypetab-ng/0.4.1/libskypetab-ng.so:$LD_PRELOAD exec skype $*
LD_PRELOAD=/home/xt/src/skypetab-ng/0.4.3/libskypetab-ng.so:$LD_PRELOAD exec skype $*```

OS: ArchLinux x86_64
DE\WM: OpenBox\dcommgr
kekekeks commented 12 years ago

Try to launch it with gdb (use library from the build tree before make install, it has debugging symbols), I need the stacktrace to figure out what's wrong.

akuznecov commented 12 years ago

with 0.4.5 version i don't have this issue, will check with gdb if problem appear again