[MacPorts] #14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes
#14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ---------------------------------------+------------------------------------ Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ---------------------------------------+------------------------------------ with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on start: $ git-gui wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (RENDER) Minor opcode of failed request: 4 (RenderCreatePicture) Serial number of failed request: 426 Current serial number in output stream: 450 --- As a test case try: git clone git://springlobby.info/git/koshi/springlobby.git cd springlobby git-gui Description: When launching git-gui program fails noisily. Other git components appear to function normally. Comments: Verified that git-gui on ubuntu launches without error. Ubuntu version is 1.5.2.5 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14190> MacPorts </projects/macports> Ports system for Mac OS
#14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description:
with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on start:
$ git-gui wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (RENDER) Minor opcode of failed request: 4 (RenderCreatePicture) Serial number of failed request: 426 Current serial number in output stream: 450
---
As a test case try:
git clone git://springlobby.info/git/koshi/springlobby.git cd springlobby git-gui
Description:
When launching git-gui program fails noisily. Other git components appear to function normally.
Comments: Verified that git-gui on ubuntu launches without error. Ubuntu version is 1.5.2.5
New description: with git-core @1.5.3.7_0+doc launching git-gui causes a malloc error on start: {{{ $ git-gui wish(76152) malloc: *** error for object 0x5adeb8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (RENDER) Minor opcode of failed request: 4 (RenderCreatePicture) Serial number of failed request: 426 Current serial number in output stream: 450 }}} As a test case try: {{{ git clone git://springlobby.info/git/koshi/springlobby.git cd springlobby git-gui }}} Description: When launching git-gui program fails noisily. Other git components appear to function normally. Comments: Verified that git-gui on ubuntu launches without error. Ubuntu version is 1.5.2.5 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14190#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Comment (by ram@macports.org): I can't reproduce this on Intel Leopard: {{{ [ram@skymoo ~]$ port installed | grep git-core git-core @1.5.3.7_0+doc+svn (active) [ram@skymoo ~]$ git clone git://springlobby.info/git/koshi/springlobby.git Initialized empty Git repository in /Users/ram/springlobby/.git/ remote: Counting objects: 12330, done. remote: Compressing objects: 100% (5272/5272), done. Indexing 12330 objects... remote: Total 12330 (delta 9302), reused 9438 (delta 6975) 100% (12330/12330) done Resolving 9302 deltas... 100% (9302/9302) done [ram@skymoo ~]$ cd springlobby/ [ram@skymoo springlobby]$ git-gui X Error of failed request: RenderBadPicture (invalid Picture parameter) Major opcode of failed request: 153 (RENDER) Minor opcode of failed request: 7 (RenderFreePicture) Picture id in failed request: 0x200104 Serial number of failed request: 2241 Current serial number in output stream: 2256 [ram@skymoo springlobby]$ }}} git-gui displays and works without issue. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14190#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Comment (by maccheck@gmail.com): Cannot reproduce it on a local port of git-core 1.5.4+doc+svn (see ticket #13956) as well. {{{ dargo:temp markus$ port installed | grep git-core git-core @1.5.4_0+doc+svn (active) dargo:temp markus$ git clone git://springlobby.info/git/koshi/springlobby.git Initialized empty Git repository in /Users/markus/temp/springlobby/.git/ remote: Counting objects: 12330, done. remote: Compressing objects: 100% (5272/5272), done. remote: Total 12330 (delta 9302), reused 9438 (delta 6975) Receiving objects: 100% (12330/12330), 3.07 MiB | 711 KiB/s, done. Resolving deltas: 100% (9302/9302), done. dargo:temp markus$ cd springlobby/ dargo:springlobby markus$ git-gui dargo:springlobby markus$ }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14190#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14190: BUG git-core @1.5.3.7_0+doc launching git-gui crashes ----------------------------------------+----------------------------------- Reporter: carson@k2.t.u-tokyo.ac.jp | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------------+----------------------------------- Changes (by ryandesign@macports.org): * cc: bryan@larsen.st (added) Comment: Cc'ing maintainer. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14190#comment:4> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts