[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-08-29 Thread Endolith
*** This bug is a duplicate of bug 149542 ***
https://bugs.launchpad.net/bugs/149542

** This bug has been marked a duplicate of bug 149542
   Gnome RDP database corruption

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-07-16 Thread Kamujin
** Changed in: gnome-rdp (Ubuntu)
   Status: Confirmed => Fix Released

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-04-28 Thread woodgdo1
I just posted this fix to 
https://bugs.launchpad.net/ubuntu/+source/gnome-rdp/+bug/149542
Could possibly be scripted by package maintainer? The hard part is to tell what 
version the existing DB is since it is in the home directory...

Another Fix that I just came up with and is a bit more elegant:
(Dump a SQL backup of the DB)
cp .gnome-rdp.db .gnome-rdp2.db
sqlite3 .gnome-rdp.db
sqlite> .output dbdump
sqlite> .dump
sqlite> .quit

(Verify that there is data in the dump file)
cat dbdump

(Restore DB to other version of sqlite)
sqlite new.db
sqlite> .read dbdump
(To verify that the data made it in there correctly)
.dump 
.quit
cp new.db .gnome-rdp.db

Start up gnome-rdp
Enjoy!!

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-04-25 Thread starbugx
Workaround posted here:

https://bugs.launchpad.net/ubuntu/+source/gnome-rdp/+bug/149542

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-04-22 Thread tomm3h
Hi all,

I can confirm that I've had the same issue (I upgraded to Hardy RC1 from
a fully-updated Gutsy) with gnome-rdp.

I've also tried the latest 0.2.2.3, but this made no difference - the
.db file is still unreadable.

I can also confirm that mv'ing my ~/gnome-rdp.db file solves the issue.
Except that now I have to repopulate it with all the details I didn't
want to have to remember! :(

I've still got my .db, so if anyone has a better fix, I'm all ears.

Thanks

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-02-12 Thread Suco
Can somebody download the last release of the original project to test it?
http://sourceforge.net/projects/gnome-rdp

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-02-07 Thread lilbudda
May be related to https://bugs.launchpad.net/ubuntu/+source/gnome-
rdp/+bug/149542

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-01-23 Thread Mirko Hufnagel
How can I install only the hardy package from gnome-rdp - I don't want
update the system.

My gnome-rdp Version:
gnome-rdp --version
gnome-rdp 0.2.2
Copyright (c) 2005-2006 Balazs Varkonyi

Thanks

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-01-22 Thread lilbudda
Can confirm in Hardy as of 1/22/2008

** Changed in: gnome-rdp (Ubuntu)
   Status: New => Confirmed

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174102] Re: gnome-rdp: Error during the connection to database

2008-01-22 Thread lilbudda
Stacktrace:

  at (wrapper managed-to-native) Mono.Data.SqliteClient.Sqlite.sqlite_compile 
(intptr,intptr,intptr&,intptr&,intptr&) <0x4>
  at (wrapper managed-to-native) Mono.Data.SqliteClient.Sqlite.sqlite_compile 
(intptr,intptr,intptr&,intptr&,intptr&) <0x>
  at Mono.Data.SqliteClient.SqliteCommand.GetNextStatement 
(intptr,intptr&,intptr&) <0x0007e>
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader 
(System.Data.CommandBehavior,bool,int&) <0x000d2>
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader 
(System.Data.CommandBehavior) <0x0001d>
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader () <0xf>
  at Mono.Data.SqliteClient.SqliteCommand.System.Data.IDbCommand.ExecuteReader 
() <0xd>
  at GnomeRDP.Sqlite.Query (string) <0x00045>
  at GnomeRDP.Configuration.CheckDatabaseVersion () <0x00075>
  at GnomeRDP.MainApp.InitializeComponent () <0x0013e>
  at GnomeRDP.MainApp..ctor (string[]) <0x000ce>
  at GnomeRDP.MainApp.Main (string[]) <0x00019>
  at (wrapper runtime-invoke) GnomeRDP.MainApp.runtime_invoke_void_string[] 
(object,intptr,intptr,intptr) <0x>

Native stacktrace:

/usr/bin/mono [0x81aa596]
/usr/bin/mono [0x808bd63]
/usr/bin/mono [0x818d74a]
[0xb7f5c440]
/usr/lib/libsqlite.so.0(sqlite_compile+0x35) [0xb53bdb85]
[0xb54613a7]
[0xb54612bf]
[0xb5460603]
[0xb546051e]
[0xb54604e8]
[0xb54604c6]
[0xb5460306]
[0xb558015e]
[0xb5578797]
[0xb790a467]
[0xb790a252]
[0xb790a1c3]
/usr/bin/mono [0x818d45e]
/usr/bin/mono(mono_runtime_invoke+0x29) [0x80b3349]
/usr/bin/mono(mono_runtime_exec_main+0x24b) [0x80b48f4]
/usr/bin/mono(mono_runtime_run_main+0x2ec) [0x80b4370]
/usr/bin/mono(mono_jit_exec+0xbd) [0x805b158]
/usr/bin/mono [0x805b235]
/usr/bin/mono(mono_main+0x1380) [0x805c738]
/usr/bin/mono [0x805a306]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d12450]
/usr/bin/mono [0x805a281]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c7ca30 (LWP 7417)]
[New Thread 0xb7384b90 (LWP 7419)]
[New Thread 0xb73a8b90 (LWP 7418)]
(no debugging symbols found)

...

(no debugging symbols found)
0xb7f5c410 in __kernel_vsyscall ()
  3 Thread 0xb73a8b90 (LWP 7418)  0xb7f5c410 in __kernel_vsyscall ()
  2 Thread 0xb7384b90 (LWP 7419)  0xb7f5c410 in __kernel_vsyscall ()
  1 Thread 0xb7c7ca30 (LWP 7417)  0xb7f5c410 in __kernel_vsyscall ()

Thread 3 (Thread 0xb73a8b90 (LWP 7418)):
#0  0xb7f5c410 in __kernel_vsyscall ()
#1  0xb7e7d196 in nanosleep () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x08131b65 in ?? ()
#3  0xb73a83ac in ?? ()
#4  0x in ?? ()

Thread 2 (Thread 0xb7384b90 (LWP 7419)):
#0  0xb7f5c410 in __kernel_vsyscall ()
#1  0xb7e79aa5 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0x08136f20 in ?? ()
#3  0xb78821dc in ?? ()
#4  0xb78821c4 in ?? ()
#5  0xb7384198 in ?? ()
#6  0x1cfb in ?? ()
#7  0x08135de7 in ?? ()
#8  0x0006 in ?? ()
#9  0xb73841c8 in ?? ()
#10 0x081496ed in ?? ()
#11 0x0404 in ?? ()
#12 0x0824c368 in ?? ()
#13 0xb73841d8 in ?? ()
#14 0x0813722d in ?? ()
#15 0xb78821dc in ?? ()
#16 0xb78821c4 in ?? ()
#17 0x in ?? ()

Thread 1 (Thread 0xb7c7ca30 (LWP 7417)):
#0  0xb7f5c410 in __kernel_vsyscall ()
#1  0xb7dcb311 in select () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7efa534 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#3  0xb7efa8fc in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#4  0x081aa674 in ?? ()
#5  0xb7b4b804 in ?? ()
#6  0xb7b4b7f4 in ?? ()
#7  0xb7b4b7f0 in ?? ()
#8  0xb7b4b7ec in ?? ()
#9  0x in ?? ()
#0  0xb7f5c410 in __kernel_vsyscall ()


=
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

-- 
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs