[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2020-02-05 Thread Marcus Tomlinson
This bug has sat incomplete for 6 months. Marking invalid.

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice:
  Won't Fix
Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol "__nih_abort_msg" in current context.
   Python Exception  'dict' object has no attribute 
'iteritems': 
   Python Exception  'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2019-10-15 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=071966.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-11-24T14:42:19+00:00 magowiz wrote:

Problem description: 
I'm trying to connect via odbc to a mdb file using the base wizard, all seems 
to go fine, also connection test, but just after I choose where to save the odb 
file and click save, libreoffice crashes, produced file (odb) if opened makes 
libreoffice crash again.
These are version programs and configurations involved :
I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
I set the odbc as following :

/etc/odbc.ini
[Pippo]
Description = mine database
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Database = /home/magowiz/pippo.mdb

/etc/odbcinst.ini
[MDBTools]
Description = MDBTools Driver
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Usage = 1
FileUsage = 1
UsageCount = 2

I use the connection wizard into libreoffice base : I can successfully
test mine connection but while I'm saving the odb file the whole program
crashes and close itself

It follows distro and software versions :

$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10

apt-cache policy libreoffice-base
libreoffice-base:
  Installed: 1:4.1.2~rc3-0ubuntu1
  Candidate: 1:4.1.2~rc3-0ubuntu1

apt-cache policy unixodbc
unixodbc:
  Installed: 2.2.14p2-5ubuntu4
  Candidate: 2.2.14p2-5ubuntu4

apt-cache policy libmdbodbc1
libmdbodbc1:
  Installed: 0.7-3
  Candidate: 0.7-3


Steps to reproduce:
1. configure like described above unixodbc to point to mdb file
2. open libreoffice base and choose to connect via ODBC to db name choosen 
while configurating unixodbc
3. choose where to save the odb file and then click save

Current behavior:
It crashes just after save button is clicked

Expected behavior:
it should open libreoffice base main interface to make me able to work with the 
database

The same file can be opened by libreoffice windows version on windows 7

  
Operating System: Ubuntu
Version: 4.1.3.2 release

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/17


On 2013-12-02T12:12:10+00:00 Lionel Elie Mamane wrote:

Could you please attach the .odb file that makes it crash?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/20


On 2013-12-02T13:13:24+00:00 magowiz wrote:

Created attachment 90103
odb file that points to mdb database

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/22


On 2013-12-02T13:14:16+00:00 magowiz wrote:

Created attachment 90104
mdb file that causes the issue.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/24


On 2013-12-02T13:15:07+00:00 magowiz wrote:

(In reply to comment #1)
> Could you please attach the .odb file that makes it crash?

I attached both mdb and odb file since the odb points to real database :
mdb file.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/26


On 2013-12-02T13:48:26+00:00 Lionel Elie Mamane wrote:

Reproduced on two different machines:
 - libreoffice 4.1.3.2 (Debian package): infinite loop (memory consumption)
 - libreoffice 4.1 my own development tree: segfault in ODBC code

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/28


On 2013-12-02T14:55:15+00:00 Lionel Elie Mamane wrote:

Crash goes away (on Debian) after upgrading unixodbc to 2.3.1-1. So
until hint to the contrary, seems to be a bug in UnixODBC -> NOTOURBUG.

It does not work though, the list of tables is empty. This seems to be a 
mdbtools bug, because isql also cannot get the list of tables. Try:
  echo help | isql Pippo | less -SIM
It "finds" 10 tables, but no info on them (no name, ...).

The SQLTables function seems to be not implemented in mdbtools, or buggy
on your particular example or ... (SQLGetData returns an error code, but
subsequent SQLGetDiagRec returns all-zero SQLSTATE, no error string,
...).

Reply at:

[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2019-10-15 Thread Marcus Tomlinson
** Bug watch added: Document Foundation Bugzilla #071966
   https://bugs.documentfoundation.org/show_bug.cgi?id=071966

** Changed in: df-libreoffice
   Importance: Critical => Unknown

** Changed in: df-libreoffice
   Status: Won't Fix => Unknown

** Changed in: df-libreoffice
 Remote watch: Document Foundation Bugzilla #71966 => Document Foundation 
Bugzilla #071966

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice:
  Unknown
Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol "__nih_abort_msg" in current context.
   Python Exception  'dict' object has no attribute 
'iteritems': 
   Python Exception  'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2019-08-13 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: libreoffice (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice:
  Won't Fix
Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol "__nih_abort_msg" in current context.
   Python Exception  'dict' object has no attribute 
'iteritems': 
   Python Exception  'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2015-04-24 Thread Adolfo Jayme
** Bug watch removed: LibreOffice Bugzilla #71966
   https://www.libreoffice.org/bugzilla/show_bug.cgi?id=71966

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in libreoffice package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-12-06 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-12-03 Thread magowiz
Upstream they say that the issue is on unixodbc package , do I need to create a 
new bug report here in launchpad about unixodbc ?
The comment in which is said :
https://bugs.freedesktop.org/show_bug.cgi?id=71966#c6

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  New
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Christopher M. Penalver
** Summary changed:

- libreoffice base connection to mdb via odbc crashes on saving odb file 
+ [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb 
file

** Bug watch added: freedesktop.org Bugzilla #71966
   https://bugs.freedesktop.org/show_bug.cgi?id=71966

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=71966
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Oct 20 16:19:16 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=5
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: libreoffice
  Stacktrace:
   No symbol __nih_abort_msg in current context.
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems': 
   Python Exception class 'AttributeError' 'dict' object has no attribute 
'iteritems':
  StacktraceTop:
   
  Title: soffice.bin crashed with SIGSEGV
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: libreoffice 1:4.1.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy package-from-proposed
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (37 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1242355/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242355] Re: [Upstream] LibreOffice Base connection to mdb via odbc crashes on saving odb file

2013-11-24 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=71966.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-11-24T14:42:19+00:00 magowiz wrote:

Problem description: 
I'm trying to connect via odbc to a mdb file using the base wizard, all seems 
to go fine, also connection test, but just after I choose where to save the odb 
file and click save, libreoffice crashes, produced file (odb) if opened makes 
libreoffice crash again.
These are version programs and configurations involved :
I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
I set the odbc as following :

/etc/odbc.ini
[Pippo]
Description = mine database
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Database = /home/magowiz/pippo.mdb

/etc/odbcinst.ini
[MDBTools]
Description = MDBTools Driver
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
Usage = 1
FileUsage = 1
UsageCount = 2

I use the connection wizard into libreoffice base : I can successfully
test mine connection but while I'm saving the odb file the whole program
crashes and close itself

It follows distro and software versions :

$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10

apt-cache policy libreoffice-base
libreoffice-base:
  Installed: 1:4.1.2~rc3-0ubuntu1
  Candidate: 1:4.1.2~rc3-0ubuntu1

apt-cache policy unixodbc
unixodbc:
  Installed: 2.2.14p2-5ubuntu4
  Candidate: 2.2.14p2-5ubuntu4

apt-cache policy libmdbodbc1
libmdbodbc1:
  Installed: 0.7-3
  Candidate: 0.7-3


Steps to reproduce:
1. configure like described above unixodbc to point to mdb file
2. open libreoffice base and choose to connect via ODBC to db name choosen 
while configurating unixodbc
3. choose where to save the odb file and then click save

Current behavior:
It crashes just after save button is clicked

Expected behavior:
it should open libreoffice base main interface to make me able to work with the 
database

The same file can be opened by libreoffice windows version on windows 7

  
Operating System: Ubuntu
Version: 4.1.3.2 release

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1242355/comments/16


** Changed in: df-libreoffice
   Status: Unknown = New

** Changed in: df-libreoffice
   Importance: Unknown = Critical

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1242355

Title:
  [Upstream] LibreOffice Base connection to mdb via odbc crashes on
  saving odb file

Status in LibreOffice Productivity Suite:
  New
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I was trying to connect to an existing mdb (MS Access) database file using 
unixodbc and libreoffice-base,
  I've got unixodbc , undixodbc-bin and libmdbodbc1 packages installed
  I set the odbc as following :

  /etc/odbc.ini
  [Pippo]
  Description = mine database
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Database = /home/magowiz/pippo.mdb

  /etc/odbcinst.ini
  [MDBTools]
  Description = MDBTools Driver
  Driver = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Setup = /usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so.1
  Usage = 1
  FileUsage = 1
  UsageCount = 2

  I use the connection wizard into libreoffice base : I can successfully
  test mine connection but while I'm saving the odb file the whole
  program crashes and close itself

  It follows distro and software versions :

  $ lsb_release -rd
  Description: Ubuntu 13.10
  Release: 13.10

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.1.2~rc3-0ubuntu1
Candidate: 1:4.1.2~rc3-0ubuntu1

  apt-cache policy unixodbc
  unixodbc:
Installed: 2.2.14p2-5ubuntu4
Candidate: 2.2.14p2-5ubuntu4

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-3
Candidate: 0.7-3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-core 1:4.1.2~rc3-0ubuntu1 [modified: 
usr/lib/libreoffice/program/libcomphelper.so 
usr/lib/libreoffice/program/libi18nlangtag.so 
usr/lib/libreoffice/program/libmergedlo.so 
usr/lib/libreoffice/program/libspalo.so 
usr/lib/libreoffice/program/libucbhelper.so 
usr/lib/libreoffice/program/libunopkgapp.so 
usr/lib/libreoffice/program/oosplash usr/lib/libreoffice/program/pluginapp.bin 
usr/lib/libreoffice/program/soffice.bin usr/lib/libreoffice/program/spadmin.bin 
usr/lib/libreoffice/program/unopkg.bin usr/lib/libreoffice/program/uri-encode]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux