Re: [GHC] #3026: GHCi segfault

2009-05-16 Thread GHC
#3026: GHCi segfault
---+
Reporter:  porges  |Owner:   
Type:  bug |   Status:  closed   
Priority:  normal  |Milestone:  6.12.1   
   Component:  GHCi|  Version:  6.10.1   
Severity:  major   |   Resolution:  duplicate
Keywords:  |   Difficulty:  Unknown  
Testcase:  |   Os:  Linux
Architecture:  x86 |  
---+
Comment (by simonmar):

 See also #3157

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3026: GHCi segfault

2009-05-15 Thread GHC
#3026: GHCi segfault
---+
Reporter:  porges  |Owner:   
Type:  bug |   Status:  closed   
Priority:  normal  |Milestone:  6.12.1   
   Component:  GHCi|  Version:  6.10.1   
Severity:  major   |   Resolution:  duplicate
Keywords:  |   Difficulty:  Unknown  
Testcase:  |   Os:  Linux
Architecture:  x86 |  
---+
Changes (by cmcq):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 See #2812. I don't get a segfault in 6.10.3.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3026: GHCi segfault

2009-04-14 Thread GHC
#3026: GHCi segfault
---+
Reporter:  porges  |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone:  6.12.1 
   Component:  GHCi|  Version:  6.10.1 
Severity:  major   |   Resolution: 
Keywords:  |   Difficulty:  Unknown
Testcase:  |   Os:  Linux  
Architecture:  x86 |  
---+
Changes (by igloo):

  * milestone:  => 6.12.1

Comment:

 I can't reproduce this, but I think we should assume it's editline for
 now, and test again once the head has stopped using it.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3026: GHCi segfault

2009-04-14 Thread GHC
#3026: GHCi segfault
---+
Reporter:  porges  |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone: 
   Component:  GHCi|  Version:  6.10.1 
Severity:  major   |   Resolution: 
Keywords:  |   Difficulty:  Unknown
Testcase:  |   Os:  Linux  
Architecture:  x86 |  
---+
Changes (by igloo):

  * difficulty:  => Unknown

Old description:

> This may be libedit's fault, but I can't tell :)
>
> How to replicate:
> Load up GHCi, hold the up-arrow. Segfault!
>
> Here's a backtrace:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xb7e546b0 (LWP 9959)]
> 0xb808133c in ?? () from /usr/lib/libedit.so.2
> (gdb) bt
> #0  0xb808133c in ?? () from /usr/lib/libedit.so.2
> #1  0xb8085e1a in ?? () from /usr/lib/libedit.so.2
> #2  0xb8088164 in el_gets () from /usr/lib/libedit.so.2
> #3  0xb8095d24 in readline () from /usr/lib/libedit.so.2
> #4  0x08aaea00 in ?? ()
> Backtrace stopped: previous frame inner to this frame (corrupt
> stack?)
> (gdb)

New description:

 This may be libedit's fault, but I can't tell :)

 How to replicate:
 Load up GHCi, hold the up-arrow. Segfault!

 Here's a backtrace:
 {{{
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb7e546b0 (LWP 9959)]
 0xb808133c in ?? () from /usr/lib/libedit.so.2
 (gdb) bt
 #0  0xb808133c in ?? () from /usr/lib/libedit.so.2
 #1  0xb8085e1a in ?? () from /usr/lib/libedit.so.2
 #2  0xb8088164 in el_gets () from /usr/lib/libedit.so.2
 #3  0xb8095d24 in readline () from /usr/lib/libedit.so.2
 #4  0x08aaea00 in ?? ()
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
 (gdb)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3026: GHCi segfault

2009-02-12 Thread GHC
#3026: GHCi segfault
+---
 Reporter:  porges  |  Owner:
 Type:  bug | Status:  new   
 Priority:  normal  |  Milestone:
Component:  GHCi|Version:  6.10.1
 Severity:  major   | Resolution:
 Keywords:  |   Testcase:
   Os:  Linux   |   Architecture:  x86   
+---
Comment (by porges):

 Sorry about formatting:

 {{{
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb7e546b0 (LWP 9959)]
 0xb808133c in ?? () from /usr/lib/libedit.so.2
 (gdb) bt
 #0  0xb808133c in ?? () from /usr/lib/libedit.so.2
 #1  0xb8085e1a in ?? () from /usr/lib/libedit.so.2
 #2  0xb8088164 in el_gets () from /usr/lib/libedit.so.2
 #3  0xb8095d24 in readline () from /usr/lib/libedit.so.2
 #4  0x08aaea00 in ?? ()
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
 (gdb)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #3026: GHCi segfault

2009-02-12 Thread GHC
#3026: GHCi segfault
---+
Reporter:  porges  |  Owner:   
Type:  bug | Status:  new  
Priority:  normal  |  Component:  GHCi 
 Version:  6.10.1  |   Severity:  major
Keywords:  |   Testcase:   
  Os:  Linux   |   Architecture:  x86  
---+
 This may be libedit's fault, but I can't tell :)

 How to replicate:
 Load up GHCi, hold the up-arrow. Segfault!

 Here's a backtrace:

 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xb7e546b0 (LWP 9959)]
 0xb808133c in ?? () from /usr/lib/libedit.so.2
 (gdb) bt
 #0  0xb808133c in ?? () from /usr/lib/libedit.so.2
 #1  0xb8085e1a in ?? () from /usr/lib/libedit.so.2
 #2  0xb8088164 in el_gets () from /usr/lib/libedit.so.2
 #3  0xb8095d24 in readline () from /usr/lib/libedit.so.2
 #4  0x08aaea00 in ?? ()
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
 (gdb)

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs