(This is a reply to
  http://lists.opensuse.org/opensuse/2007-10/msg02460.html)

Hi!
I'm new to this list, so I can't "reply" to the mail I want to ...

Ishikawa Toshiyuki wrote on Thu, 18 Oct 2007 11:12:40 +0900
> it's not tested by openSUSE 10.3, but pls try
> http://www.postgresql.org/ftp/pgadmin3/release/v1.6.3/opensuse/

> The new version v1.8.0 will be released early next week, and
> I will make a package of that version soon.

I compiled the current version of 1.8.0 on opensuse 10.3, and got a
really strange error ...
Segmentation fault
 (to be exact "Speicherzugriffsfehler", which is the same in German)
In itself not strange, but

gdb ./pgadmin3
(gdb) run
0xb7fd7bdc in ?? () from /lib/ld-linux.so.2
(gdb) where
#0  0xb7fd7bdc in ?? () from /lib/ld-linux.so.2
#1  0xb7d1f480 in ?? ()
#2  0xb65aeb10 in ?? ()
#3  0x00000000 in ?? ()

Which means, the app is crashing in the load code?
I get the same results if
(1) I use the pkg/suse/pgadmin3.spec
(2) configure manually
(3) configure manually with --enable-debug (had to patch the configure
script to use the non-debug version of wxwidgets/wxGTK in debug mode)

strace tells me
[... loading shared libs]
[... loading /usr/lib/libgpm.so.1]
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb657f000
[...]
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb657b000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb657b6d0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb65b6000, 4096, PROT_READ)   = 0
[...]
mprotect(0xb7b52000, 151552, PROT_READ) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Anyone able to help me?
I'm going to try a non-shared version, but this will take some time for
compiling ;-)

Thanks,
Sebastian

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to