[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/651455

Title:
  gcalctool crashed with SIGSEGV in math_equation_insert()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcalctool/+bug/651455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-11-12 Thread Greg Auger
** Changed in: gcalctool (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

** Changed in: gcalctool (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-18 Thread Jean-Baptiste Lallement
SRU verification for Maverick:
I have reproduced the problem with gcalctool 5.32.0-0ubuntu1 in maverick and 
have verified that the version of gcalctool 5.32.0-0ubuntu3 in -proposed fixes 
the issue.

Marking as verification-done


** Tags added: verification-done
** Tags removed: verification-needed

** Description changed:

  Impact: Calculator crashes when pasting and nothing in paste buffer
  Resolution: Upstream code change (patch in comments below)
- To reproduce: Start Ubuntu, open calculator and press Ctrl+V
+ TEST CASE
+ 1. Open calculator
+ 2. Place the cursor in the test area 
+ 3. Ensure that the text area is empty
+ 4. Press CTRL+C then press Ctrl+V
+ 5. The calculator must not crash.
+ 
  Risk: Low, simple a null pointer check

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-15 Thread Martin Pitt
Accepted gcalctool into maverick-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags removed: verification-done

** Tags added: verification-needed

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/gcalctool

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gcalctool/ubuntu

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-14 Thread Robert Ancell
Fixes paste when buffer empty

** Patch added: 02_empty_paste.patch
   
https://bugs.edge.launchpad.net/ubuntu/+source/gcalctool/+bug/651455/+attachment/1691995/+files/02_empty_paste.patch

** Description changed:

- Binary package hint: gcalctool
- 
- Description:  Ubuntu maverick (development branch)
- Release:  10.10
- gcalctool-5.32.0-0ubuntu1
- 
- ProblemType: Crash
- DistroRelease: Ubuntu 10.10
- Package: gcalctool 5.32.0-0ubuntu1
- ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
- Uname: Linux 2.6.35-22-generic x86_64
- Architecture: amd64
- Date: Wed Sep 29 23:59:52 2010
- EcryptfsInUse: Yes
- ExecutablePath: /usr/bin/gcalctool
- InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
- ProcCmdline: gcalctool
- ProcEnviron:
-  LANG=ru_RU.utf8
-  SHELL=/bin/bash
- SegvAnalysis:
-  Segfault happened at: 0x4122c1 math_equation_insert+65:movzbl 
(%r12),%eax
-  PC (0x004122c1) ok
-  source (%r12) (0x) not located in a known VMA region (needed 
readable region)!
-  destination %eax ok
- SegvReason: reading NULL VMA
- Signal: 11
- SourcePackage: gcalctool
- StacktraceTop:
-  math_equation_insert ()
-  ?? () from /usr/lib/libgtk-x11-2.0.so.0
-  ?? () from /usr/lib/libgtk-x11-2.0.so.0
-  g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
-  ?? () from /usr/lib/libgobject-2.0.so.0
- Title: gcalctool crashed with SIGSEGV in math_equation_insert()
- UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ Impact: Calculator crashes when pasting and nothing in paste buffer
+ Resolution: Upstream code change (patch in comments below)
+ To reproduce: Start Ubuntu, open calculator and press Ctrl+V
+ Risk: Low, simple a null pointer check

** Also affects: gcalctool (Ubuntu Maverick)
   Importance: Undecided
   Status: New

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-14 Thread Martin Pitt
Accepted gcalctool into maverick-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gcalctool (Ubuntu Maverick)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-10-14 Thread Ara Pulido
Tested with gcalctool (5.32.0-0ubuntu2)
Pasting an empty buffer no longer makes the application crash.

Also, I run the mago regression tests on it, and they all passed.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-09-30 Thread Pedro Villavicencio
** Visibility changed to: Public

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-09-30 Thread Pedro Villavicencio
this is known and fixed upstream as of today:
https://bugzilla.gnome.org/show_bug.cgi?id=629381

** Bug watch added: GNOME Bug Tracker #629381
   https://bugzilla.gnome.org/show_bug.cgi?id=629381

** Also affects: gcalctool via
   https://bugzilla.gnome.org/show_bug.cgi?id=629381
   Importance: Unknown
   Status: Unknown

** Changed in: gcalctool (Ubuntu)
   Status: New = Fix Committed

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 651455] Re: gcalctool crashed with SIGSEGV in math_equation_insert()

2010-09-30 Thread Bug Watch Updater
** Changed in: gcalctool
   Status: Unknown = Fix Released

** Changed in: gcalctool
   Importance: Unknown = Critical

-- 
gcalctool crashed with SIGSEGV in math_equation_insert()
https://bugs.launchpad.net/bugs/651455
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs