[Python-Dev] Fwd: Issue with Python Debug Libraries

2019-09-06 Thread Ankur Srivastava
Hi All,

I am facing some trouble in viewing python objects in a core dump file
through gdb it seems the python debug info is not working correctly on
red hat systems, Please help me out connecting with the right person
for this.


Thanks in advance.

Ankur
___
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/JNERJQECBZCY5P55B6LVVA2ALMQGO4EL/


[Python-Dev] Re: Fwd: Issue with Python Debug Libraries

2019-09-06 Thread Charalampos Stratakis



- Original Message -
> From: "Ankur Srivastava" 
> To: [email protected]
> Sent: Friday, September 6, 2019 7:56:38 AM
> Subject: [Python-Dev] Fwd: Issue with Python Debug Libraries
> 
> Hi All,
> 
> I am facing some trouble in viewing python objects in a core dump file
> through gdb it seems the python debug info is not working correctly on
> red hat systems, Please help me out connecting with the right person
> for this.
> 

Hi Ankur,

This list is for the upstream development of python. If you use the python 
interpreter packaged by any distribution you should go to the respective bug 
trackers and file a bug there.

For Red Hat distros that would be https://bugzilla.redhat.com/

> 
> Thanks in advance.
> 
> Ankur
> ___
> Python-Dev mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/[email protected]/message/JNERJQECBZCY5P55B6LVVA2ALMQGO4EL/
> 

-- 
Regards,

Charalampos Stratakis
Software Engineer
Python Maintenance Team, Red Hat
___
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/LXP44NLSMWO63FC45DGM67YAJNSCWS5V/


[Python-Dev] Summary of Python tracker Issues

2019-09-06 Thread Python tracker

ACTIVITY SUMMARY (2019-08-30 - 2019-09-06)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open7123 ( +9)
  closed 42673 (+47)
  total  49796 (+56)

Open issues with patches: 2864 


Issues opened (39)
==

#27227: argparse fails to parse [] when using choices and nargs='*'
https://bugs.python.org/issue27227  reopened by paul.j3

#33418: Memory leaks in functions
https://bugs.python.org/issue33418  reopened by pablogsal

#37992: Change datetime.MINYEAR to allow for negative years
https://bugs.python.org/issue37992  opened by Sam Wainwright

#37993: os.path.realpath on Windows resolves mapped network drives
https://bugs.python.org/issue37993  opened by cgohlke

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995  opened by serhiy.storchaka

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997  opened by gabrielc

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999  opened by serhiy.storchaka

#38000: importlib can not handle module file names with periods
https://bugs.python.org/issue38000  opened by andry

#38002: 'ModifiedInterpreter' object has no attribute 'interp'
https://bugs.python.org/issue38002  opened by rhettinger

#38003: Incorrect "fixing" of isinstance tests for basestring
https://bugs.python.org/issue38003  opened by bkline

#38004: Duplicated sections in changelog
https://bugs.python.org/issue38004  opened by inada.naoki

#38005: Coercing strings and non-integer numbers to interpreter ID and
https://bugs.python.org/issue38005  opened by serhiy.storchaka

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006  opened by christian.heimes

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007  opened by Leslie

#38008: ContextManager and AsyncContextManager protocols can't be subc
https://bugs.python.org/issue38008  opened by divijrajkumar

#38011: xml.dom.pulldom splits text data at buffer size when parsing f
https://bugs.python.org/issue38011  opened by nsturmwind

#38013: AsyncGenerator breaks when not iterated fully with RuntimeErro
https://bugs.python.org/issue38013  opened by Michael Yoo

#38014: Python 3.7 does not compile
https://bugs.python.org/issue38014  opened by m_python

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015  opened by Ma Lin

#38017: IO-like interface for SHAKE-* and other XOFs.
https://bugs.python.org/issue38017  opened by dannyniu

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018  opened by vinay0410

#38019: AttributeError: 'NoneType' object has no attribute '_add_reade
https://bugs.python.org/issue38019  opened by decaz

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021  opened by Michael.Felt

#38023: Deal better with StackOverflow exception when debugging
https://bugs.python.org/issue38023  opened by almenon anon

#38029: Should io.TextIOWrapper raise an error at instantiation if a S
https://bugs.python.org/issue38029  opened by bskinn

#38031: FileIO.__init__ aborts when opener returns bad fd
https://bugs.python.org/issue38031  opened by tekknolagi

#38032: lib2to3 doesn't parse Python 3 identifiers containing non-spac
https://bugs.python.org/issue38032  opened by JustinTArthur

#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033  opened by zephyrus00jp

#38034: Typo on logging.handlers.QueueListener documentation
https://bugs.python.org/issue38034  opened by wuck

#38035: shared_semaphores cannot be shared across unrelated processes
https://bugs.python.org/issue38035  opened by vinay0410

#38036: ssl docs say that ssl.SSLContext() is secure-by-default since 
https://bugs.python.org/issue38036  opened by njs

#38037: Assertion failed: object has negative ref count
https://bugs.python.org/issue38037  opened by Ma Lin

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038  opened by corona10

#38039: Segfault when pickling dictionary with large pandas dataframes
https://bugs.python.org/issue38039  opened by Ilya Valmianski

#38040: Typo: "Writeable" Should be "Writable" in IO Library Documenta
https://bugs.python.org/issue38040  opened by Sean Happenny

#38041: IDLE Shell: Refine restart line
https://bugs.python.org/issue38041  opened by terry.reedy

#38043: small cleanups in Unicode normalization code
https://bugs.python.org/issue38043  opened by Greg Price

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044  opened by ymerej

#38045: enum.Flag instance creation is slow
https://bugs.python.org/issue38045  opened by Antony.Lee



Most recent 15 issues with no r