[pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
*Configuration* pgAdmin3 ./configure --prefix=/usr/local $ uname -a Linux jaguar 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64 GNU/Linux $ psql --version psql (PostgreSQL) 8.4.4 *Reproduce the Problem* 1. Create an empty directory; put some empty files inside. 2. Make

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
Sorry, I shifted the sequence. The correct order is: 1. Make some empty directories in the formerly empty directory. 2. In the following steps, make sure you use that empty directory created in step 1 or you might lose work. 3. Click the "Execute arbitrary queries" button 4. Type in

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
Alt-n focuses the cursor to the Name field. pgAdmin v1.10.3 Dave

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
Hi, Here is the sequence of events: http://i.imgur.com/2MCY4.png Dave

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
I am very off my game tonight, my apologies once more. http://imgur.com/y5CCl Dave

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-25 Thread David Jarvis
I haven't been able to track down what file it picks "at random". At first I thought it was an off-by-one error because it seemed to pick the file (or directory) above the one I selected. In this case, "work". However, the more I looked into it, no pattern emerged. Either way, it should not have

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-26 Thread David Jarvis
Hi, I compiled a debug version of pgAdmin3. The problem still happens. I have not yet made it crash, but it continually uses the previous file (or directory) in the dialog. The ldd: linux-vdso.so.1 => (0x7fff8bbff000) libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x7f1e3ca96000)

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-26 Thread David Jarvis
Try this: 1. cd $HOME 2. touch *.xsession-errors* 3. pgadmin3 4. Connect to a database 5. Click on tables 6. Click the Execute arbitrary statements button 7. Type some text 8. Save as ... test.sql Next: 1. Type *Alt-f* 2. Type *a* 3. Click test.sql 4. Click Sa

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-27 Thread David Jarvis
Salut, Guillaume. $ ls -la $(which pgadmin3) -rwxr-xr-x 1 root root 45324803 2010-06-26 16:26 /usr/local/bin/pgadmin3 That was built using: ./configure --prefix=/usr/local --enable-debug make && make install I have posted my debug build at (16MB): http://whitemagicsoftware.com/pgadmin3.gz The

Re: [pgadmin-support] Bug: Overwrites incorrect file

2010-06-27 Thread David Jarvis
Hi, Cannot install Gnome, sorry. Any other way to isolate the cause? Dave