eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
500 stars 84 forks source link

* SEGMENT VIOLATION -- CRASHING! #1520

Open Targenor opened 9 months ago

Targenor commented 9 months ago

Eggdrop v1.9.5 (C) 1997 Robey Pointer (C) 1999-2023 Eggheads --- Loading eggdrop v1.9.5 (Sat Dec 23 2023) Listening for telnet connections on 0.0.0.0 port 1024 (all). Module loaded: blowfish Module loaded: dns Module loaded: channels Module loaded: server Module loaded: ctcp Module loaded: irc

What can i do to fix this?

k1noy commented 4 months ago

Same kasus

Eggdrop v1.9.5 (C) 1997 Robey Pointer (C) 1999-2023 Eggheads --- Loading eggdrop v1.9.5 (Tue May 7 2024) Module loaded: channels Module loaded: server Module loaded: ctcp Module loaded: irc LANG: No lang files found for section transfer. Module loaded: transfer (with lang support)

how how how to fix it.........???

happynmours commented 4 months ago

Eggdrop v1.9.5 (C) 1997 Robey Pointer (C) 1999-2023 Eggheads

TLS: attempting SSL negotiation... [02:14:27] TLS: setting the server name indication (SNI) to MacBookPro successful [02:14:27] TLS: state change: before SSL initialization [02:14:27] TLS: state change: before SSL initialization [02:14:27] TLS: state change: SSLv3/TLS write client hello [02:14:27] TLS: awaiting more reads [02:14:27] TLS: handshake in progress [02:14:27] Last context: tclhash.c/247 [] [02:14:27] Please REPORT this BUG! [02:14:27] Check doc/BUG-REPORT on how to do so. [02:14:26] Wrote DEBUG [02:14:26] * SEGMENT VIOLATION -- CRASHING!

This is happening on macbookpro m2 with latest tcl-tk and xcode

Below is a link to my full debug file.

https://hastebin.skyra.pw/toxiciwozi.yaml

UPDATE: Had older version xcode, updated to latest and updated Sonoma to 14.5 and updated the eggdrop Makefile to use:

Defaults

CC = gcc-14

make 'modegg'

MOD_CC = gcc-14

and

make 'modules'

SHLIB_CC = gcc-14 -fPIC

and common error during make eggdrop is: ld: warning: -single_module is obsolete