octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #30668] Segmentation fault during 'make'


From: Michael Dickens
Subject: [Octave-bug-tracker] [bug #30668] Segmentation fault during 'make'
Date: Mon, 23 Aug 2010 01:53:46 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8

Follow-up Comment #2, bug #30668 (project octave):

Just for completion: MacPorts does install version 3.2.4 correctly and it
functions as expected -- so, this version can be made to work on OSX.

Interestingly, I still see this issue when compiling 3.3.52 using a non-Apple
GCC (e.g., 4.4 as provided by MacPorts) -- if I use Apple's GCC (from XCode
3.1.3), then I get the issues in bug #30685.  The actual error I get is (from
gdb):

Program received signal EXC_BAD_ACCESS,
Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x03c1d156 in __gnu_cxx::__exchange_and_add ()
(gdb) bt
#0  0x03c1d156 in __gnu_cxx::__exchange_and_add ()
#1  0x03bc1526 in std::locale::operator= ()
#2  0x03bc041e in std::ios_base::_M_init ()
#3  0x03bd44ba in std::basic_ios<char, std::char_traits<char> >::init ()
#4  0x03bcdaa9 in std::basic_ofstream<char, std::char_traits<char>
>::basic_ofstream ()
#5  0x013a1653 in global constructors keyed to pager.cc:59

with the originating issue coming from src/pager.cc:59
---
static std::ofstream external_diary_file;
---


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30668>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]