Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

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

Closed
akuznecov opened this issue Dec 15, 2011 · 2 comments
Closed

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

akuznecov opened this issue Dec 15, 2011 · 2 comments

Comments

@akuznecov
Copy link

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants