[Desktop-packages] [Bug 1239170] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-10-20 Thread Christopher M. Penalver
magowiz, thank you for reporting this and helping make Ubuntu better. However, 
your crash report is missing. Please follow these instructions to have apport 
report a new bug about your crash that can be dealt with by the automatic 
retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install libreoffice-dbg uno-libs3-dbg ure-dbg  sudo service 
apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and it does nothing, you may be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
gksudo gedit /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please follow https://wiki.ubuntu.com/LibreOfficeBugWrangling when you
file this crash report so the necessary information is provided.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Thank you for your understanding.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs

** Changed in: libreoffice (Ubuntu)
   Status: New = 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/1239170

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

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.04
  Release:  13.04

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.0.4-0ubuntu1

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

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1239170/+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 1239170] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-10-20 Thread magowiz
*** This bug is a duplicate of bug 1242355 ***
https://bugs.launchpad.net/bugs/1242355

thank you for the information provided, I did all you said and used
ubuntu-bug command with the crashfile but I don't understand a thing :
how can this crash report been linked to this bug report ? how can I
eventually point to the new bug report created by ubuntu-bug to provide
further information about reproducibility ?

-- 
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/1239170

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

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.04
  Release:  13.04

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.0.4-0ubuntu1

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

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1239170/+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 1239170] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-10-20 Thread magowiz
*** This bug is a duplicate of bug 1242355 ***
https://bugs.launchpad.net/bugs/1242355

nevermind, I figured out I didn't commented out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package']

So it didn't land me to bug reporting page. I marked this bug report as
duplicate of the newly reported bug. I hope I did the right thing this
time.

** This bug has been marked a duplicate of private bug 1242355

-- 
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/1239170

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

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.04
  Release:  13.04

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.0.4-0ubuntu1

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

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1239170/+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 1239170] Re: libreoffice base connection to mdb via odbc crashes on saving odb file

2013-10-18 Thread magowiz
It persists also in ubuntu 13.10 :
$ 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

-- 
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/1239170

Title:
  libreoffice base connection to mdb via odbc crashes on saving odb file

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.04
  Release:  13.04

  apt-cache policy libreoffice-base
  libreoffice-base:
Installed: 1:4.0.4-0ubuntu1

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

  apt-cache policy libmdbodbc1
  libmdbodbc1:
Installed: 0.7-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1239170/+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