使用log4cpp 出现coredump

lovzm 2017-04-27 03:45:24
问题介绍:
环境 gcc4.9.2 centos6.4 使用了boost库 log4cpp库;
可以肯定与boost库无关!

用log4cpp的初始化了一个写入file的句柄;
并调用log4cpp::Category 的info方法:
log4cpp::Category& m_category_ref = log4cpp::Category::getRoot();
log4cpp::PatternLayout *pattern_two =
new log4cpp::PatternLayout;
pattern_two->setConversionPattern("%d: %p %c %x:%m%n");
log4cpp::FileAppender *file_appender =
new log4cpp::FileAppender("fileAppender", “2017_4_27.log”);
file_appender->setLayout(pattern_two);

m_category_ref.setPriority(log4cpp::Priority::DEBUG);
m_category_ref.addAppender(file_appender);
std::ostringstream os;
os << "file created";
m_category_ref.info(os.str());

m_category_ref.info(os.str());[size=16px] //调用该句:出现如下段错误!
(gdb) bt full
#0 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
at /gcc_install/gcc-4.9.2/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_string.h:229
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_terminal = 0 '\000'
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::npos = 18446744073709551615
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_max_size = 4611686018427387897
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage = 0x3f27d117a0
#1 0x00007fec5405bc12 in log4cpp::LoggingEvent::LoggingEvent(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int) ()
from /mnt/hgfs/sw_server2/LoginServer/../Lib/Linux/DynamicLib/liblog4cpp.so
log4cpp::appenderMapStorageInitializer = {<No data fields>}
#2 0x00007fec5404cccf in log4cpp::Category::_logUnconditionally2(int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
at /mnt/hgfs/sw_server2/ThirdLibrary/log4cpp/log4cpp/src/Category.cpp:265
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
log4cpp::appenderMapStorageInitializer = {<No data fields>}
#3 0x00007fec5404d138 in log4cpp::Category::info(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
at /mnt/hgfs/sw_server2/ThirdLibrary/log4cpp/log4cpp/src/Category.cpp:322
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
log4cpp::appenderMapStorageInitializer = {<No data fields>}
#4 0x00007fec53b18ba8 in Log4CppInst::Log4CppInst(char const*) () at /mnt/hgfs/sw_server2/Common/Logging/Log4CppInst.cpp:45
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
log4cpp::appenderMapStorageInitializer = {<No data fields>}
#5 0x00007fec53b1b3b2 in __static_initialization_and_destruction_0 () at /mnt/hgfs/sw_server2/Common/Logging/LoggerMgr.cpp:11
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
log4cpp::appenderMapStorageInitializer = {<No data fields>}
LoggerMgr::m_log4Cpp = {m_category_ref = @0x1be5730, m_forHead = {static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x6287b8 ""}}}
ZCodeF_LoggerMgr::s_GodInit = {<No data fields>}
Singleton<LoggerMgr>::create_object = {<No data fields>}
#6 0x00007fec53b1b40e in _GLOBAL__sub_I_LoggerMgr.cpp () at /mnt/hgfs/sw_server2/Common/Logging/LoggerMgr.cpp:80
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
log4cpp::appenderMapStorageInitializer = {<No data fields>}
LoggerMgr::m_log4Cpp = {m_category_ref = @0x1be5730, m_forHead = {static npos = 18446744073709551615,
_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x6287b8 ""}}}
ZCodeF_LoggerMgr::s_GodInit = {<No data fields>}
Singleton<LoggerMgr>::create_object = {<No data fields>}
#7 0x00007fec53cd0db6 in __do_global_ctors_aux () from /mnt/hgfs/sw_server2/LoginServer/../Lib/Linux/DynamicLib/libcommon.so
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#8 0x00007fec53acd9eb in _init () from /mnt/hgfs/sw_server2/LoginServer/../Lib/Linux/DynamicLib/libcommon.so
No symbol table info available.
#9 0x000000000000000a in ?? () at /mnt/hgfs/sw_server2/LoginServer/../ThirdLibrary/boost_1_61_0/boost/throw_exception.hpp:69
boost::asio::error::addrinfo_category = @0x0
boost::asio::error::system_category = @0x0
boost::system::posix_category = @0x0
log4cpp::appenderMapStorageInitializer = {<No data fields>}
boost::asio::error::netdb_category = @0x0
boost::system::errno_ecat = @0x0
std::__ioinit = {static _S_refcount = 22, static _S_synced_with_stdio = true}
boost::system::native_ecat = @0x0
boost::asio::error::misc_category = @0x0
ZCodeF_LoginServerMgr::s_GodInit = {<No data fields>}
boost::asio::detail::call_stack<boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_thread_info>::top_ = {<boost::asio::detail::keyword_tss_ptr<boost::asio::detail::call_stack<boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_thread_info>::context>> = {<boost::asio::detail::noncopyable> = {<No data fields>}, static value_ = 0x0}, <No data fields>}
boost::asio::detail::service_base<boost::asio::detail::epoll_reactor>::id = {<boost::asio::io_service::id> = {<boost::asio::detail::noncopyable> = {<No data fields>}, <No data fields>}, <No data fields>}
boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_alloc_>::e = {ptr_ = {px = 0x1bd5a90, pn = {pi_ = 0x1bd4060}}}
boost::asio::detail::keyword_tss_ptr<boost::asio::detail::call_stack<boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_thread_info>::context>::value_ = 0x0
boost::exception_detail::exception_ptr_static_exception_object<boost::exception_detail::bad_exception_>::e = {ptr_ = {px = 0x1bd66b0, pn = {pi_ = 0x1bd3fd0}}}
boost::asio::detail::service_base<boost::asio::detail::task_io_service>::id = {<boost::asio::io_service::id> = {<boost::asio::detail::noncopyable> = {<No data fields>}, <No data fields>}, <No data fields>}
#10 0x0000003d7c60e535 in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::npos = 18446744073709551615
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_max_size = 1152921504606846974
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_empty_rep_storage = 0x3f27d117c0
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_terminal = 0 L'\000'
#11 0x0000003d7c600b3a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::npos = 18446744073709551615
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_max_size = 1152921504606846974
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_empty_rep_storage = 0x3f27d117c0
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_terminal = 0 L'\000'
#12 0x0000000000000001 in ?? ()
---Type <return> to continue, or q <return> to quit---

在windows平台可以编译通过,并且正常~
在Linux平台出现段错误,请问如何分析解决问题!
...全文
272 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
赵4老师 2017-04-28
  • 打赏
  • 举报
回复
引用 3 楼 lsyyff23 的回复:
谢谢 赵4老师 那个问题,经过多番尝试,以及调试,引出其他问题, 在某个帖子上看到 加个 -lstdc++ 就可以了~ 另外我也升级了GCC 到 最新版本,是否是这个也未尝知道,还待尝试!
你能记住“尺有所短,寸有所长。”这句话我就夫复何求了。
ztenv 版主 2017-04-28
  • 打赏
  • 举报
回复
不清楚为什么。不过可以试试boost::log库,比log4cxx好很多。
lovzm 2017-04-27
  • 打赏
  • 举报
回复
谢谢 赵4老师 那个问题,经过多番尝试,以及调试,引出其他问题, 在某个帖子上看到 加个 -lstdc++ 就可以了~ 另外我也升级了GCC 到 最新版本,是否是这个也未尝知道,还待尝试!
赵4老师 2017-04-27
  • 打赏
  • 举报
回复
楼上代码是MyLog+典型用例。 这个是精简版:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER
    #pragma warning(disable:4996)
    #include <windows.h>
    #include <io.h>
#else
    #include <unistd.h>
    #include <sys/time.h>
    #include <pthread.h>
    #define  CRITICAL_SECTION   pthread_mutex_t
    #define  _vsnprintf         vsnprintf
#endif
//Log{
#define MAXLOGSIZE 20000000
#define MAXLINSIZE 16000
#include <time.h>
#include <sys/timeb.h>
#include <stdarg.h>
char logfilename1[]="MyLog1.log";
char logfilename2[]="MyLog2.log";
static char logstr[MAXLINSIZE+1];
char datestr[16];
char timestr[16];
char mss[4];
CRITICAL_SECTION cs_log;
FILE *flog;
#ifdef _MSC_VER
void Lock(CRITICAL_SECTION *l) {
    EnterCriticalSection(l);
}
void Unlock(CRITICAL_SECTION *l) {
    LeaveCriticalSection(l);
}
#else
void Lock(CRITICAL_SECTION *l) {
    pthread_mutex_lock(l);
}
void Unlock(CRITICAL_SECTION *l) {
    pthread_mutex_unlock(l);
}
#endif
void LogV(const char *pszFmt,va_list argp) {
    struct tm *now;
    struct timeb tb;

    if (NULL==pszFmt||0==pszFmt[0]) return;
    _vsnprintf(logstr,MAXLINSIZE,pszFmt,argp);
    ftime(&tb);
    now=localtime(&tb.time);
    sprintf(datestr,"%04d-%02d-%02d",now->tm_year+1900,now->tm_mon+1,now->tm_mday);
    sprintf(timestr,"%02d:%02d:%02d",now->tm_hour     ,now->tm_min  ,now->tm_sec );
    sprintf(mss,"%03d",tb.millitm);
    printf("%s %s.%s %s",datestr,timestr,mss,logstr);
    flog=fopen(logfilename1,"a");
    if (NULL!=flog) {
        fprintf(flog,"%s %s.%s %s",datestr,timestr,mss,logstr);
        if (ftell(flog)>MAXLOGSIZE) {
            fclose(flog);
            if (rename(logfilename1,logfilename2)) {
                remove(logfilename2);
                rename(logfilename1,logfilename2);
            }
        } else {
            fclose(flog);
        }
    }
}
void Log(const char *pszFmt,...) {
    va_list argp;

    Lock(&cs_log);
    va_start(argp,pszFmt);
    LogV(pszFmt,argp);
    va_end(argp);
    Unlock(&cs_log);
}
//Log}
int main(int argc,char * argv[]) {
    int i;
#ifdef _MSC_VER
    InitializeCriticalSection(&cs_log);
#else
    pthread_mutex_init(&cs_log,NULL);
#endif
    for (i=0;i<10000;i++) {
        Log("This is a Log %04d from FILE:%s LINE:%d\n",i, __FILE__, __LINE__);
    }
#ifdef _MSC_VER
    DeleteCriticalSection(&cs_log);
#else
    pthread_mutex_destroy(&cs_log);
#endif
    return 0;
}
//1-79行添加到你带main的.c或.cpp的那个文件的最前面
//81-86行添加到你的main函数开头
//90-94行添加到你的main函数结束前
//在要写LOG的地方仿照第88行的写法写LOG到文件MyLog1.log中
赵4老师 2017-04-27
  • 打赏
  • 举报
回复
建议改用我这个土造MyLog:
//循环向a函数每次发送200个字节长度(这个是固定的)的buffer,
//a函数中需要将循环传进来的buffer,组成240字节(也是固定的)的新buffer进行处理,
//在处理的时候每次从新buffer中取两个字节打印
#ifdef _MSC_VER
    #pragma warning(disable:4996)
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER
    #include <windows.h>
    #include <process.h>
    #include <io.h>
    #define  MYVOID             void
    #define  vsnprintf          _vsnprintf
#else
    #include <unistd.h>
    #include <sys/time.h>
    #include <pthread.h>
    #define  CRITICAL_SECTION   pthread_mutex_t
    #define  MYVOID             void *
#endif
//Log{
#define MAXLOGSIZE 20000000
#define MAXLINSIZE 16000
#include <time.h>
#include <sys/timeb.h>
#include <stdarg.h>
char logfilename1[]="MyLog1.log";
char logfilename2[]="MyLog2.log";
static char logstr[MAXLINSIZE+1];
char datestr[16];
char timestr[16];
char mss[4];
CRITICAL_SECTION cs_log;
FILE *flog;
#ifdef _MSC_VER
void Lock(CRITICAL_SECTION *l) {
    EnterCriticalSection(l);
}
void Unlock(CRITICAL_SECTION *l) {
    LeaveCriticalSection(l);
}
void sleep_ms(int ms) {
    Sleep(ms);
}
#else
void Lock(CRITICAL_SECTION *l) {
    pthread_mutex_lock(l);
}
void Unlock(CRITICAL_SECTION *l) {
    pthread_mutex_unlock(l);
}
void sleep_ms(int ms) {
    usleep(ms*1000);
}
#endif
void LogV(const char *pszFmt,va_list argp) {
    struct tm *now;
    struct timeb tb;

    if (NULL==pszFmt||0==pszFmt[0]) return;
    vsnprintf(logstr,MAXLINSIZE,pszFmt,argp);
    ftime(&tb);
    now=localtime(&tb.time);
    sprintf(datestr,"%04d-%02d-%02d",now->tm_year+1900,now->tm_mon+1,now->tm_mday);
    sprintf(timestr,"%02d:%02d:%02d",now->tm_hour     ,now->tm_min  ,now->tm_sec );
    sprintf(mss,"%03d",tb.millitm);
    printf("%s %s.%s %s",datestr,timestr,mss,logstr);
    flog=fopen(logfilename1,"a");
    if (NULL!=flog) {
        fprintf(flog,"%s %s.%s %s",datestr,timestr,mss,logstr);
        if (ftell(flog)>MAXLOGSIZE) {
            fclose(flog);
            if (rename(logfilename1,logfilename2)) {
                remove(logfilename2);
                rename(logfilename1,logfilename2);
            }
        } else {
            fclose(flog);
        }
    }
}
void Log(const char *pszFmt,...) {
    va_list argp;

    Lock(&cs_log);
    va_start(argp,pszFmt);
    LogV(pszFmt,argp);
    va_end(argp);
    Unlock(&cs_log);
}
//Log}
#define ASIZE    200
#define BSIZE    240
#define CSIZE      2
char Abuf[ASIZE];
char Cbuf[CSIZE];
CRITICAL_SECTION cs_HEX;
CRITICAL_SECTION cs_BBB;
struct FIFO_BUFFER {
    int  head;
    int  tail;
    int  size;
    char data[BSIZE];
} BBB;
int No_Loop=0;
void HexDump(int cn,char *buf,int len) {
    int i,j,k;
    char binstr[80];

    Lock(&cs_HEX);
    for (i=0;i<len;i++) {
        if (0==(i%16)) {
            sprintf(binstr,"%03d %04x -",cn,i);
            sprintf(binstr,"%s %02x",binstr,(unsigned char)buf[i]);
        } else if (15==(i%16)) {
            sprintf(binstr,"%s %02x",binstr,(unsigned char)buf[i]);
            sprintf(binstr,"%s  ",binstr);
            for (j=i-15;j<=i;j++) {
                sprintf(binstr,"%s%c",binstr,('!'<buf[j]&&buf[j]<='~')?buf[j]:'.');
            }
            Log("%s\n",binstr);
        } else {
            sprintf(binstr,"%s %02x",binstr,(unsigned char)buf[i]);
        }
    }
    if (0!=(i%16)) {
        k=16-(i%16);
        for (j=0;j<k;j++) {
            sprintf(binstr,"%s   ",binstr);
        }
        sprintf(binstr,"%s  ",binstr);
        k=16-k;
        for (j=i-k;j<i;j++) {
            sprintf(binstr,"%s%c",binstr,('!'<buf[j]&&buf[j]<='~')?buf[j]:'.');
        }
        Log("%s\n",binstr);
    }
    Unlock(&cs_HEX);
}
int GetFromRBuf(int cn,CRITICAL_SECTION *cs,struct FIFO_BUFFER *fbuf,char *buf,int len) {
    int lent,len1,len2;

    lent=0;
    Lock(cs);
    if (fbuf->size>=len) {
        lent=len;
        if (fbuf->head+lent>BSIZE) {
            len1=BSIZE-fbuf->head;
            memcpy(buf     ,fbuf->data+fbuf->head,len1);
            len2=lent-len1;
            memcpy(buf+len1,fbuf->data           ,len2);
            fbuf->head=len2;
        } else {
            memcpy(buf     ,fbuf->data+fbuf->head,lent);
            fbuf->head+=lent;
        }
        fbuf->size-=lent;
    }
    Unlock(cs);
    return lent;
}
MYVOID thdB(void *pcn) {
    char        *recv_buf;
    int          recv_nbytes;
    int          cn;
    int          wc;
    int          pb;

    cn=(int)pcn;
    Log("%03d thdB              thread begin...\n",cn);
    while (1) {
        sleep_ms(10);
        recv_buf=(char *)Cbuf;
        recv_nbytes=CSIZE;
        wc=0;
        while (1) {
            pb=GetFromRBuf(cn,&cs_BBB,&BBB,recv_buf,recv_nbytes);
            if (pb) {
                Log("%03d recv %d bytes\n",cn,pb);
                HexDump(cn,recv_buf,pb);
                sleep_ms(1);
            } else {
                sleep_ms(1000);
            }
            if (No_Loop) break;//
            wc++;
            if (wc>3600) Log("%03d %d==wc>3600!\n",cn,wc);
        }
        if (No_Loop) break;//
    }
#ifndef _MSC_VER
    pthread_exit(NULL);
#endif
}
int PutToRBuf(int cn,CRITICAL_SECTION *cs,struct FIFO_BUFFER *fbuf,char *buf,int len) {
    int lent,len1,len2;

    Lock(cs);
    lent=len;
    if (fbuf->size+lent>BSIZE) {
        lent=BSIZE-fbuf->size;
    }
    if (fbuf->tail+lent>BSIZE) {
        len1=BSIZE-fbuf->tail;
        memcpy(fbuf->data+fbuf->tail,buf     ,len1);
        len2=lent-len1;
        memcpy(fbuf->data           ,buf+len1,len2);
        fbuf->tail=len2;
    } else {
        memcpy(fbuf->data+fbuf->tail,buf     ,lent);
        fbuf->tail+=lent;
    }
    fbuf->size+=lent;
    Unlock(cs);
    return lent;
}
MYVOID thdA(void *pcn) {
    char        *send_buf;
    int          send_nbytes;
    int          cn;
    int          wc;
    int           a;
    int          pa;

    cn=(int)pcn;
    Log("%03d thdA              thread begin...\n",cn);
    a=0;
    while (1) {
        sleep_ms(100);
        memset(Abuf,a,ASIZE);
        a=(a+1)%256;
        if (16==a) {No_Loop=1;break;}//去掉这句可以让程序一直循环直到按Ctrl+C或Ctrl+Break或当前目录下存在文件No_Loop
        send_buf=(char *)Abuf;
        send_nbytes=ASIZE;
        Log("%03d sending %d bytes\n",cn,send_nbytes);
        HexDump(cn,send_buf,send_nbytes);
        wc=0;
        while (1) {
            pa=PutToRBuf(cn,&cs_BBB,&BBB,send_buf,send_nbytes);
            Log("%03d sent %d bytes\n",cn,pa);
            HexDump(cn,send_buf,pa);
            send_buf+=pa;
            send_nbytes-=pa;
            if (send_nbytes<=0) break;//
            sleep_ms(1000);
            if (No_Loop) break;//
            wc++;
            if (wc>3600) Log("%03d %d==wc>3600!\n",cn,wc);
        }
        if (No_Loop) break;//
    }
#ifndef _MSC_VER
    pthread_exit(NULL);
#endif
}
int main() {
#ifdef _MSC_VER
    InitializeCriticalSection(&cs_log);
    InitializeCriticalSection(&cs_HEX);
    InitializeCriticalSection(&cs_BBB);
#else
    pthread_t threads[2];
    int threadsN;
    int rc;
    pthread_mutex_init(&cs_log,NULL);
    pthread_mutex_init(&cs_HEX,NULL);
    pthread_mutex_init(&cs_BBB,NULL);
#endif
    Log("Start===========================================================\n");

    BBB.head=0;
    BBB.tail=0;
    BBB.size=0;

#ifdef _MSC_VER
    _beginthread((void(__cdecl *)(void *))thdA,0,(void *)1);
    _beginthread((void(__cdecl *)(void *))thdB,0,(void *)2);
#else
    threadsN=0;
    rc=pthread_create(&(threads[threadsN++]),NULL,thdA,(void *)1);if (rc) Log("%d=pthread_create %d error!\n",rc,threadsN-1);
    rc=pthread_create(&(threads[threadsN++]),NULL,thdB,(void *)2);if (rc) Log("%d=pthread_create %d error!\n",rc,threadsN-1);
#endif

    if (!access("No_Loop",0)) {
        remove("No_Loop");
        if (!access("No_Loop",0)) {
            No_Loop=1;
        }
    }
    while (1) {
        sleep_ms(1000);
        if (No_Loop) break;//
        if (!access("No_Loop",0)) {
            No_Loop=1;
        }
    }
    sleep_ms(3000);
    Log("End=============================================================\n");
#ifdef _MSC_VER
    DeleteCriticalSection(&cs_BBB);
    DeleteCriticalSection(&cs_HEX);
    DeleteCriticalSection(&cs_log);
#else
    pthread_mutex_destroy(&cs_BBB);
    pthread_mutex_destroy(&cs_HEX);
    pthread_mutex_destroy(&cs_log);
#endif
    return 0;
}
尺有所短,寸有所长。

64,646

社区成员

发帖
与我相关
我的任务
社区描述
C++ 语言相关问题讨论,技术干货分享,前沿动态等
c++ 技术论坛(原bbs)
社区管理员
  • C++ 语言社区
  • encoderlee
  • paschen
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
  1. 请不要发布与C++技术无关的贴子
  2. 请不要发布与技术无关的招聘、广告的帖子
  3. 请尽可能的描述清楚你的问题,如果涉及到代码请尽可能的格式化一下

试试用AI创作助手写篇文章吧