Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
andrisp
MemberI'm not sure, but I think it's not SQLyog problem, but the combination of Kubuntu and Wine. I gues I have bad configuration or something, because I have experienced problems with Wine earlier too.
andrisp
MemberFrom the strace man page:
Code:In the simplest case strace runs the specified command until it exits.
It intercepts and records the system calls which are called by a pro‐
cess and the signals which are received by a process. The name of each
system call, its arguments and its return value are printed on standard
error or to the file specified with the -o option.andrisp
Memberhm.. I runned SQLyog like this
strace -o filename wine /full/path/to/SQLyog.exe
and it didn't crashed.
I thought that maybe the problem is that I previously did'nt
run it by full path, but when I tried it like wine /full/path/to/SQLyog.exe,
but without strace, it crashed again.
For now I will stick with wraping SQLyog in strace.
Why is that ?
PS. I have using it for about 10 minutes and I like it. It seems to have every functionality that I want or would want. Thanks for making it open source.
andrisp
Memberandrisp wrote on Sep 27 2006, 09:41 PM:Wine 0.9.21,ok, i will quote myself 🙂
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)