https://bugs.freedesktop.org/show_bug.cgi?id=51286

             Bug #: 51286
           Summary: PostgreSQL-SDBC merely installed keeps LibO from
                    starting
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.0.0.beta1
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: blocker
          Priority: high
         Component: Database
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: lio...@mamane.lu


Installed LibO 3.6.0 beta1 from official x86-64 .deb binaries:


$ rm *stdlib*
$ sudo dpkg --install *deb ../../*en_GB*/DEBS/*deb
$ $ /opt/lodev3.6/program/soffice
terminate called after throwing an instance of
'com::sun::star::uno::DeploymentException'
$ sudo dpkg --purge lodevbasis3.6-postgresql-sdbc 
$ /opt/lodev3.6/program/soffice
## Works!!!

Hmm... Wasn't PostgreSQL-SDBC gbuildified between 3.5 and 3.6 by any chance?

Here's the relevant part of the strace; apparently there is something in
postgresql-sdbc.rdb that the system does not like.


29559 open("/opt/lodev3.6/program/services/postgresql-sdbc.rdb",
O_RDONLY|O_EXCL) = 9
29559 fstat(9, {st_mode=S_IFREG|0644, st_size=615, ...}) = 0
29559 mmap(NULL, 615, PROT_READ, MAP_SHARED, 9, 0) = 0x7fd1dd112000
29559 munmap(0x7fd1dd112000, 615)       = 0
29559 close(9)                          = 0
29559 open("/opt/lodev3.6/program/services/postgresql-sdbc.rdb",
O_RDONLY|O_EXCL) = 9
29559 fstat(9, {st_mode=S_IFREG|0644, st_size=615, ...}) = 0
29559 mmap(NULL, 615, PROT_READ, MAP_SHARED, 9, 0) = 0x7fd1dd112000
29559 munmap(0x7fd1dd112000, 615)       = 0
29559 close(9)                          = 0
29559 access("/opt/lodev3.6/program/services/postgresql-sdbc.rdb", F_OK) = 0
29559 lstat("/opt/lodev3.6/program/services/postgresql-sdbc.rdb",
{st_mode=S_IFREG|0644, st_size=615, ...}) = 0
29559 brk(0x885000)                     = 0x885000
29559 close(6)                          = 0
29559 munmap(0x7fd1cfc0c000, 6813696)   = 0
29559 close(8)                          = 0
29559 munmap(0x7fd1d028c000, 2055680)   = 0
29559 close(7)                          = 0
29559 gettimeofday({1340267590, 849666}, NULL) = 0
29559 munmap(0x7fd1dd123000, 838656)    = 0
29559 close(3)                          = 0
29559 write(2, "terminate called after throwing "..., 48) = 48
29559 write(2, "com::sun::star::uno::DeploymentE"..., 40) = 40
29559 write(2, "'\n", 2)                = 2
29559 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
29559 tgkill(29559, 29559, SIGABRT)     = 0
29559 --- SIGABRT (Aborted) @ 0 (0) ---
29560 +++ killed by SIGABRT +++

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to