[issue44869] MacOS Monterrey malloc issue

2021-09-07 Thread Ned Deily


Ned Deily  added the comment:

The crash report you provide shows a crash in libstdc++ which is normally not 
called directly by the Python interpreter or standard library modules on macOS 
but appears to be being called by libopenblas as provided by the copy of numpy 
in use. Suggest you follow up with the numpy, openblas, or homebrew projects, 
if that's where you obtained numpy and friends. Keep in mind that the problem 
might still be related to the pre-release status of macOS Monterey.  Good luck!

--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-09-07 Thread Eduardo Morales


Change by Eduardo Morales :


--
versions: +Python 3.11

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-09-07 Thread Eduardo Morales

Eduardo Morales  added the comment:

Also:

(base) ➜  backend git:(development) ✗ PYTHONFAULTHANDLER=1 python3 server.py

CONFIG_FILE=../config/development.json
Python(27657,0x10839f600) malloc: *** error for object 0x7ffb4ac81d10: pointer 
being freed was not allocated
Python(27657,0x10839f600) malloc: *** set a breakpoint in malloc_error_break to 
debug
Fatal Python error: Aborted

Current thread 0x00010839f600 (most recent call first):
  File 
"/Users/edumoralesibm/fantasy-football-health-dashboard/backend/server.py", 
line 26 in 
[1]27657 abort  PYTHONFAULTHANDLER=1 python3 server.py

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-09-07 Thread Eduardo Morales


Eduardo Morales  added the comment:

Not sure if this is helpful, but I am attaching the MacOS bug log that is 
auto-generated when Python fails.

--
Added file: https://bugs.python.org/file50267/bug.log

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-13 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

There is a 3th possibility: This could be a bug in the OS, Monterey is still in 
beta at this point and beta's tend to contain more bugs than release versions.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-11 Thread Eduardo Morales


Eduardo Morales  added the comment:

I've been able to tackle the issue down and reported it to the library. 
Although I'm not sure if it's a Python or library issue.

https://github.com/ibmdb/python-ibmdb/issues/648

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-10 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

I'm afraid we cannot do a lot with the information you provided. I've just ran 
a full test run for a copy of 3.10rc1 installed using the universal2 installer 
and that doesn't have problem.

One way to find more information about what's going on is to use fault handler 
(e.g. PYTHONFAULTHANDLER=1 python3.10 ...), although that will just print a 
Python stack trace when the executable crashes.

Alternatively use a debugger to look at the C stack.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-09 Thread meowmeowcat


Change by meowmeowcat :


--
components: +macOS
nosy: +ned.deily, ronaldoussoren
type:  -> crash

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-08 Thread Eduardo Morales


Eduardo Morales  added the comment:

These are the libraries that I'm using:
```
ibm-db~=3.0.4
Flask~=2.0.1
pandas~=1.2.5
requests~=2.25.1
flask_basicauth~=0.2.0
schedule~=1.1.0
```

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-08 Thread Eduardo Morales


Eduardo Morales  added the comment:

I am not sure how to reproduce it, I think it's being caused by an imported 
library.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44869] MacOS Monterrey malloc issue

2021-08-08 Thread Eduardo Morales


New submission from Eduardo Morales :

Running on MacOS Monterrey throws following error:

```malloc: *** error for object 0x7ffb5ea1a120: pointer being freed was not 
allocatedPython(4899,0x1061a8600)```

This started happening right after upgrading to the new MacOS Beta.

--
messages: 399247
nosy: edumorlom
priority: normal
severity: normal
status: open
title: MacOS Monterrey malloc issue
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com