[Desktop-packages] [Bug 789891] Re: [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

2013-01-05 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 251427 ***
https://bugs.launchpad.net/bugs/251427

** This bug has been marked a duplicate of bug 251427
   [upstream] [hardy] python-uno segfaults

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

Title:
  [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

Status in LibreOffice Productivity Suite:
  Confirmed
Status in The OpenOffice.org Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: python2.7

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy python2.7
  python2.7:
    Installed: 2.7.1-5ubuntu2
    Candidate: 2.7.1-5ubuntu2
    Version table:
   *** 2.7.1-5ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is (naively) expected to happen is running the attachment at
  the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
   python test.py

  does not segfaults.

  4) It segfaults. I do not know the purpose of the file or
  ramifications of it crashing (valid or deprecated syntax, etc.). Was
  triaging
  https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427
  and trying to reproduce.

  TESTCASE: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/938294
  Reproducible in:
  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04

  apt-cache policy python2.7
  python2.7:
Installed: 2.7.2-13ubuntu5
Candidate: 2.7.2-13ubuntu5
Version table:
   *** 2.7.2-13ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libreoffice
  libreoffice:
Installed: 1:3.5.0-1ubuntu1
Candidate: 1:3.5.0-1ubuntu1
Version table:
   *** 1:3.5.0-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: python2.7-minimal 2.7.1-5ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun May 29 10:42:49 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/python2.7
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcCmdline: python test.py
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  SegvAnalysis:
   Segfault happened at: 0x21d0bb7 IsInMain()+23: movzbl 0x9a(%eax),%eax
   PC (0x021d0bb7) ok
   source 0x9a(%eax) (0x009a) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   IsInMain () from 
/usr/lib/libreoffice/program/../basis-link/program/libvclli.so
   VCLXToolkit () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   VCLXToolkit_CreateInstance () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   createInstanceEveryTime () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
   createInstanceWithContext () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
  Title: python2.7 crashed with SIGSEGV in IsInMain()
  UpgradeStatus: Upgraded to natty on 2011-05-14 (15 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/789891/+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 789891] Re: [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

2012-05-17 Thread Brian Murray
** Tags added: precise

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

Title:
  [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

Status in LibreOffice Productivity Suite:
  Confirmed
Status in The OpenOffice.org Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: python2.7

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy python2.7
  python2.7:
    Installed: 2.7.1-5ubuntu2
    Candidate: 2.7.1-5ubuntu2
    Version table:
   *** 2.7.1-5ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is (naively) expected to happen is running the attachment at
  the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
   python test.py

  does not segfaults.

  4) It segfaults. I do not know the purpose of the file or
  ramifications of it crashing (valid or deprecated syntax, etc.). Was
  triaging
  https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427
  and trying to reproduce.

  TESTCASE: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/938294
  Reproducible in:
  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04

  apt-cache policy python2.7
  python2.7:
Installed: 2.7.2-13ubuntu5
Candidate: 2.7.2-13ubuntu5
Version table:
   *** 2.7.2-13ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libreoffice
  libreoffice:
Installed: 1:3.5.0-1ubuntu1
Candidate: 1:3.5.0-1ubuntu1
Version table:
   *** 1:3.5.0-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: python2.7-minimal 2.7.1-5ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun May 29 10:42:49 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/python2.7
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcCmdline: python test.py
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  SegvAnalysis:
   Segfault happened at: 0x21d0bb7 IsInMain()+23: movzbl 0x9a(%eax),%eax
   PC (0x021d0bb7) ok
   source 0x9a(%eax) (0x009a) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   IsInMain () from 
/usr/lib/libreoffice/program/../basis-link/program/libvclli.so
   VCLXToolkit () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   VCLXToolkit_CreateInstance () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   createInstanceEveryTime () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
   createInstanceWithContext () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
  Title: python2.7 crashed with SIGSEGV in IsInMain()
  UpgradeStatus: Upgraded to natty on 2011-05-14 (15 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/789891/+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 789891] Re: [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

2012-03-25 Thread Christopher M. Penalver
** Changed in: libreoffice (Ubuntu)
   Status: New = Triaged

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

Title:
  [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

Status in LibreOffice Productivity Suite:
  Confirmed
Status in The OpenOffice.org Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: python2.7

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy python2.7
  python2.7:
    Installed: 2.7.1-5ubuntu2
    Candidate: 2.7.1-5ubuntu2
    Version table:
   *** 2.7.1-5ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is (naively) expected to happen is running the attachment at
  the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
   python test.py

  does not segfaults.

  4) It segfaults. I do not know the purpose of the file or
  ramifications of it crashing (valid or deprecated syntax, etc.). Was
  triaging
  https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427
  and trying to reproduce.

  TESTCASE: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/938294
  Reproducible in:
  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04

  apt-cache policy python2.7
  python2.7:
Installed: 2.7.2-13ubuntu5
Candidate: 2.7.2-13ubuntu5
Version table:
   *** 2.7.2-13ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libreoffice
  libreoffice:
Installed: 1:3.5.0-1ubuntu1
Candidate: 1:3.5.0-1ubuntu1
Version table:
   *** 1:3.5.0-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: python2.7-minimal 2.7.1-5ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun May 29 10:42:49 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/python2.7
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcCmdline: python test.py
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  SegvAnalysis:
   Segfault happened at: 0x21d0bb7 IsInMain()+23: movzbl 0x9a(%eax),%eax
   PC (0x021d0bb7) ok
   source 0x9a(%eax) (0x009a) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   IsInMain () from 
/usr/lib/libreoffice/program/../basis-link/program/libvclli.so
   VCLXToolkit () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   VCLXToolkit_CreateInstance () from 
/usr/lib/libreoffice/program/../basis-link/program/libtkli.so
   createInstanceEveryTime () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
   createInstanceWithContext () from 
/usr/lib/libreoffice/basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
  Title: python2.7 crashed with SIGSEGV in IsInMain()
  UpgradeStatus: Upgraded to natty on 2011-05-14 (15 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/789891/+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 789891] Re: [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

2012-02-22 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=46440.

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 2012-02-22T11:25:32+00:00 Christopher M. Penalver wrote:

Downstream bug may be found at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891

1) lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04

2) apt-cache policy python2.7
python2.7:
  Installed: 2.7.2-13ubuntu5
  Candidate: 2.7.2-13ubuntu5
  Version table:
 *** 2.7.2-13ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

apt-cache policy libreoffice
libreoffice:
  Installed: 1:3.5.0-1ubuntu1
  Candidate: 1:3.5.0-1ubuntu1
  Version table:
 *** 1:3.5.0-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

3) What is (naively) expected to happen is running the attachment at the
Terminal:

cd ~/Desktop  wget
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
 python test.py

does not segfaults.

4) It segfaults. I do not know the purpose of the file or ramifications
of it crashing (valid or deprecated syntax, etc.). I was triaging
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427 and
trying to reproduce.

First reproduced in:
lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04

apt-cache policy python2.7
python2.7:
  Installed: 2.7.1-5ubuntu2
  Candidate: 2.7.1-5ubuntu2
  Version table:
 *** 2.7.1-5ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

LO 3.3.4

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/789891/comments/6


On 2012-02-22T11:26:48+00:00 Christopher M. Penalver wrote:

Created attachment 57448
test.py

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/789891/comments/7


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

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

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

Title:
  [Upstream] python2.7 crashed with SIGSEGV in IsInMain()

Status in LibreOffice Productivity Suite:
  Confirmed
Status in The OpenOffice.org Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Binary package hint: python2.7

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy python2.7
  python2.7:
    Installed: 2.7.1-5ubuntu2
    Candidate: 2.7.1-5ubuntu2
    Version table:
   *** 2.7.1-5ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  100 /var/lib/dpkg/status

  3) What is (naively) expected to happen is running the attachment at
  the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/789891/+attachment/2146841/+files/test.py
   python test.py

  does not segfaults.

  4) It segfaults. I do not know the purpose of the file or
  ramifications of it crashing (valid or deprecated syntax, etc.). Was
  triaging
  https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/251427
  and trying to reproduce.

  TESTCASE: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/938294
  Reproducible in:
  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04

  apt-cache policy python2.7
  python2.7:
Installed: 2.7.2-13ubuntu5
Candidate: 2.7.2-13ubuntu5
Version table:
   *** 2.7.2-13ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libreoffice
  libreoffice:
Installed: 1:3.5.0-1ubuntu1
Candidate: 1:3.5.0-1ubuntu1
Version table:
   *** 1:3.5.0-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: python2.7-minimal 2.7.1-5ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Sun May 29 10:42:49 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/python2.7
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcCmdline: python test.py
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
  SegvAnalysis:
   Segfault happened at: 0x21d0bb7 IsInMain()+23: