TLeconte / airwav

A simple narrow band AM (ie : Aircraft band) mp3 recorder/streamer for Airspy or rtl-sdr
GNU General Public License v2.0
15 stars 5 forks source link

Segmentation fault on startup #2

Open graememilne opened 2 years ago

graememilne commented 2 years ago

./airwav -d audiodir -s LFRN -r 0 118.105

Found Rafael Micro R820T tuner Exact sample rate is: 2000000.052982 hz Allocating 8 zero-copy buffers Segmentation fault

The program can not start because of the segmentation fault ????

TLeconte commented 2 years ago

Strange. Which distrib ? Any chance that you could get the core dump and get stack trace with gdb ?

graememilne commented 2 years ago

Hi TLeconte/airwav

Have you another version ?

The one i downloaded ,your last update was 3 years ago 24 nov 2018 https://github.com/TLeconte/airwav

Any chance that you could get the core dump and get stack trace with gdb ? (Not sure what you mean how do i this ???)

I am using a raspberry pi 4b.

Maybe not suitable for Raspberry pi ????

Kind Regards Graeme

On Tue, 28 Sept 2021 at 16:40, Thierry Leconte @.***> wrote:

Strange. Which distrib ? Any chance that you could get the core dump and get stack trace with gdb ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TLeconte/airwav/issues/2#issuecomment-929396036, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVZQ7MRIGBY5NJE74TOTX3UEHVXBANCNFSM5EWKKZQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

TLeconte commented 2 years ago

Ok could you :

  1. Install gdb
  2. run : gdb ./airwav
  3. At gdb prompt type : r -d audiodir -s LFRN -r 0 118.105
  4. At new gdb prompt type : where
  5. Post all the resulting text
  6. quit gdb type : quit
graememilne commented 2 years ago

Hi Thierry This is what i got,please find screencapture . Sorry i could not copy what was on the screen to a txt file .

Kind Regards Graeme

On Wed, 29 Sept 2021 at 17:04, Thierry Leconte @.***> wrote:

Ok could you :

  1. Install gdb
  2. run : gdb ./airwav
  3. At gdb prompt type : r -d audiodir -s LFRN -r 0 118.105
  4. At new gdb prompt type : where
  5. Post all the resulting text
  6. quit gdb type : quit

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TLeconte/airwav/issues/2#issuecomment-930364119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVZQ7PF56A2WIPI3ILCEQDUENBI3ANCNFSM5EWKKZQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.